Skip to content

Commit

Permalink
Update github-page-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kazami139 authored and GitHub Enterprise committed Feb 14, 2023
1 parent 077dd70 commit ac763dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/github-page-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
path: './dist'
path: |
dist
dist/assets
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1

0 comments on commit ac763dc

Please sign in to comment.