Skip to content

Commit f4c7ce0

Browse files
authored
Merge pull request #86 from robinst/bump-gh-pages-action
Bump JamesIves/github-pages-deploy-action
2 parents db6e261 + 6377338 commit f4c7ce0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/gh-pages.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
- run: yarn build
2323

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

0 commit comments

Comments
 (0)