Skip to content

Commit

Permalink
Merge pull request #500 from geostyler/renovate/jamesives-github-page…
Browse files Browse the repository at this point in the history
…s-deploy-action-4.x

chore(deps): update jamesives/github-pages-deploy-action action to v4
  • Loading branch information
KaiVolland authored Aug 15, 2023
2 parents d3a1c1a + 08c8e0c commit c7467bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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@3.7.1
uses: JamesIves/github-pages-deploy-action@v4.4.3
if: github.ref == 'refs/heads/master'
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: dist # The folder the action should deploy.:
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 c7467bc

Please sign in to comment.