Skip to content

Commit 384b772

Browse files
committed
chore: Build example
1 parent e14a5f0 commit 384b772

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/static.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,12 @@ jobs:
3030
- name: 'Build Jaspr'
3131
run: |
3232
dart pub global activate jaspr_cli
33+
cd example
3334
jaspr build --verbose
3435
- name: Upload artifact
3536
uses: actions/upload-pages-artifact@v3
3637
with:
37-
path: 'build/jaspr'
38+
path: 'example/build/jaspr'
3839
- name: Deploy to GitHub Pages
3940
id: deployment
4041
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)