Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dchristl committed May 1, 2023
1 parent d443a6a commit 8bfd79d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- name: GH-Page Build
working-directory: ./headless_haystack
run: |
pwd
flutter pub get
flutter build web --release --base-href "/headless-haystack/"
- name: Deploy to Github Pages
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/web_application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
java-version: '11'
- uses: subosito/flutter-action@v2
- name: Web Build
working-directory: ./headless_haystack
run: |
pwd
flutter pub get
Expand Down

0 comments on commit 8bfd79d

Please sign in to comment.