Skip to content

Commit

Permalink
Update github-pages-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
charlescao460 authored Aug 17, 2023
1 parent 879347a commit 2335789
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/github-pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@ jobs:
cache: 'npm'
- run: npm install
- run: npm run build
- run: tar -czvf github-pages.tar.gz -C .vuepress/dist .
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
# Upload entire repository
path: '.vuepress/dist'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
Expand Down

0 comments on commit 2335789

Please sign in to comment.