There was an error while loading. Please reload this page.
1 parent e14a5f0 commit 384b772Copy full SHA for 384b772
1 file changed
.github/workflows/static.yml
@@ -30,11 +30,12 @@ jobs:
30
- name: 'Build Jaspr'
31
run: |
32
dart pub global activate jaspr_cli
33
+ cd example
34
jaspr build --verbose
35
- name: Upload artifact
36
uses: actions/upload-pages-artifact@v3
37
with:
- path: 'build/jaspr'
38
+ path: 'example/build/jaspr'
39
- name: Deploy to GitHub Pages
40
id: deployment
41
uses: actions/deploy-pages@v4
0 commit comments