Skip to content

Commit

Permalink
Added --base-href for flutter build
Browse files Browse the repository at this point in the history
  • Loading branch information
yashlamba authored Dec 25, 2021
1 parent c57f51e commit 85ec99d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
channel: 'stable'
- run: flutter pub get
- run: flutter build web --release
- run: flutter build web --release --base-href /simulate/web/
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
Expand Down

0 comments on commit 85ec99d

Please sign in to comment.