Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gk0Wk committed Dec 6, 2023
1 parent 5792878 commit 96e48da
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,8 @@ jobs:
pnpm run publish
mv offline.html ./dist/offline.html
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
# Upload entire repository
path: ./dist

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist

0 comments on commit 96e48da

Please sign in to comment.