This commit is contained in:
Simon Binder 2021-03-12 22:16:09 +01:00
parent 38b4f094e9
commit dc6e81f0a2
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
run: dart run build_runner build --release
working-directory: docs
- name: Output generated pages
run: >-
run: |
dart run build_runner build --release --output web:deploy
rm -rf deploy/packages deploy/build.manifest deploy/.dart_tool deploy/.packages
working-directory: docs