Skip to content

Commit

Permalink
ci: change deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
northword authored Sep 3, 2023
1 parent 881b120 commit 39eb937
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,8 @@ jobs:
npm run build
- name: Deploy 🚀
uses: peaceiris/actions-gh-pages@v3.7.3
uses: JamesIves/github-pages-deploy-action@v4
with:
# github_token: ${{ secrets.ACCESS_TOKEN }}
publish_dir: dist
commit_message: ${{ github.event.head_commit.message }}
# keep_files: false
force_orphan: true
branch: gh-pages
folder: dist
single-commit: true

0 comments on commit 39eb937

Please sign in to comment.