ci: Set base href in ci job

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

View file

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