Skip to content

Commit

Permalink
add missing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
waozixyz committed Aug 13, 2023
1 parent 745b78c commit bdc8280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutter_web_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: flutter pub get

- name: Build Web
run: flutter build web --release --web-renderer canvaskit --base-href /inbe
run: flutter build web --release --web-renderer canvaskit --base-href /inbe/

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit bdc8280

Please sign in to comment.