Skip to content

Commit

Permalink
update: github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
LinXunFeng committed Mar 30, 2024
1 parent dc8e6c4 commit 215dd7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
flutter config --enable-web
flutter pub get
flutter build web --release
flutter build web --release --base-href /flutter_scrollview_observer/
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 215dd7e

Please sign in to comment.