Skip to content

Commit

Permalink
Merge pull request #447 from jansule/update-deploy-to-gh-pages
Browse files Browse the repository at this point in the history
update deploy to gh-pages action
  • Loading branch information
jansule authored Mar 13, 2023
2 parents 04ff55b + 5f5fb6d commit 6735f00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
env:
CI: true
- name: Deploy to GitHubPages
uses: JamesIves/github-pages-deploy-action@releases/v3
uses: JamesIves/github-pages-deploy-action@3.7.1
if: github.ref == 'refs/heads/master'
with:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: dist # The folder the action should deploy.:

0 comments on commit 6735f00

Please sign in to comment.