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 7eb9a0b commit 126af8aCopy full SHA for 126af8a
.github/workflows/main.yml
@@ -20,7 +20,7 @@ jobs:
20
shell: bash
21
run: |
22
flutter pub get
23
- flutter build web --release --base-href "https://greylabsdev.github.io/ThreeactionsArea/"
+ flutter build web --release --base-href "/ThreeactionsArea/"
24
25
- name: Deploy to GitHub pages
26
0 commit comments