ci: fix main deploy

This commit is contained in:
Krille-chan 2023-07-30 13:08:03 +02:00 committed by GitHub
parent f0091719a6
commit 3f17effce7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: |