Skip to content

Commit

Permalink
Switch to JamesIves/github-pages-deploy-action as part of troubleshoo…
Browse files Browse the repository at this point in the history
…ting deploy issue
  • Loading branch information
joelbyrd committed Nov 24, 2024
1 parent b088109 commit 4512b5c
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ jobs:
run: npm run build

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
uses: JamesIves/github-pages-deploy-action@v4
with:
personal_token: ${{ secrets.ACCESS_TOKEN }} # Use the PAT here
publish_dir: ./dist
branch: gh-pages # The branch to deploy to
folder: dist # The folder to deploy
token: ${{ secrets.ACCESS_TOKEN }} # Use your personal access token here
#uses: peaceiris/actions-gh-pages@v3
#with:
#personal_token: ${{ secrets.ACCESS_TOKEN }} # Use the PAT here
#publish_dir: ./dist

0 comments on commit 4512b5c

Please sign in to comment.