Skip to content

Commit

Permalink
ci: replace gh pages deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
crimx committed Oct 17, 2023
1 parent 8de5dc6 commit 6e2fc84
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ jobs:
pnpm run docs
- name: Deploy 🚀
uses: JamesIves/github-pages[email protected]
uses: crazy-max/ghaction-github-pages@v2
with:
branch: gh-pages
folder: docs
target_branch: gh-pages
build_dir: docs
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6e2fc84

Please sign in to comment.