Skip to content

Commit

Permalink
Merge pull request #86 from robinst/bump-gh-pages-action
Browse files Browse the repository at this point in the history
Bump JamesIves/github-pages-deploy-action
  • Loading branch information
robinst authored Nov 19, 2024
2 parents db6e261 + 6377338 commit f4c7ce0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- run: yarn build

- name: Deploy to gh-pages
uses: JamesIves/github-pages-deploy-action@3.7.1
uses: JamesIves/github-pages-deploy-action@v4.6.9
with:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BRANCH: gh-pages
FOLDER: demo/dist
CLEAN: true
token: ${{ secrets.ACCESS_TOKEN }}
branch: gh-pages
folder: demo/dist
clean: true

0 comments on commit f4c7ce0

Please sign in to comment.