We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ca078e commit ecce6ceCopy full SHA for ecce6ce
.github/workflows/deploy.yml
@@ -27,7 +27,7 @@ jobs:
27
# 4. Build the Flutter web app
28
# IMPORTANT: Replace <repository-name> with the name of your GitHub repository
29
- name: Build Web App
30
- run: flutter build web --release --base-href /headlines-toolkit/
+ run: flutter build web --release --base-href /ht-main/
31
32
# 5. Deploy the built app to GitHub Pages
33
- name: Deploy
0 commit comments