Skip to content

Commit

Permalink
build: use special GH action to deploy to GH pages (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
petermuessig authored Jan 2, 2024
1 parent c7c6101 commit 55b1596
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,8 @@ jobs:
run: node tools/prepare-gh-pages.js

- name: Deploy to GH pages
run: node tools/deploy-gh-pages.js
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist
force_orphan: true

0 comments on commit 55b1596

Please sign in to comment.