ci: fix main deploy

pull/490/head
Krille-chan 2 years ago committed by GitHub
parent f0091719a6
commit 3f17effce7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,7 +24,8 @@ jobs:
- name: Prepare web
run: |
./scripts/prepare-web.sh
sed -i 's/href="\/"/href="\/web\/"/' web/index.html - name: Build Release Web
sed -i 's/href="\/"/href="\/web\/"/' web/index.html
- name: Build Release Web
run: flutter build web --release --verbose --source-maps
- name: Build Website
run: |

Loading…
Cancel
Save