ci: Set base href in ci job

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

@ -22,8 +22,9 @@ jobs:
run: sudo apt-get update && sudo apt-get install nodejs -y
- run: flutter pub get
- name: Prepare web
run: ./scripts/prepare-web.sh
- name: Build Release Web
run: |
./scripts/prepare-web.sh
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