Skip to content

Commit 39a19bb

Browse files
committed
fix(build): Run things on example dir
1 parent 32951cc commit 39a19bb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/static.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
name: github-pages
2121
url: ${{ steps.deployment.outputs.page_url }}
2222
runs-on: ubuntu-latest
23+
defaults:
24+
run:
25+
working-directory: ./example
2326
steps:
2427
- name: Checkout
2528
uses: actions/checkout@v4
@@ -34,7 +37,6 @@ jobs:
3437
- name: "Build Jaspr"
3538
run: |
3639
dart pub global activate jaspr_cli
37-
cd example
3840
jaspr build --verbose
3941
- name: Upload artifact
4042
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)