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 7a2effe commit 2e57b24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: subosito/flutter-action@v2
- uses: actions/checkout@v3
- name: GH-Page Build
working-directory: ../headless_haystack
working-directory: ./headless_haystack
run: |
pwd
flutter pub get
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web_application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
java-version: '11'
- uses: subosito/flutter-action@v2
- name: Web Build
working-directory: ./headless_haystack
working-directory: ../headless_haystack
run: |
pwd
flutter pub get
Expand Down

0 comments on commit 2e57b24

Please sign in to comment.