Skip to content

Commit 6eb9591

Browse files
committed
fix gh pages
1 parent 48813a0 commit 6eb9591

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/deploy.yml

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030

3131
- name: Deploy to GitHub Pages
3232
uses: actions/upload-pages-artifact@v1
33+
with:
34+
path: ./dist
3335

3436
deploy:
3537
needs: build-and-deploy

0 commit comments

Comments
 (0)