Skip to content

Commit 9ebebb3

Browse files
committed
chore: Update github-pages-deploy-action to 4.1.7
1 parent 06cd012 commit 9ebebb3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish-workflow.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
- name: build docs
4141
run: npm run build:docs
4242
- name: publish docs
43-
uses: JamesIves/github-pages-deploy-action@3.5.7
43+
uses: JamesIves/github-pages-deploy-action@4.1.7
4444
with:
45-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46-
BRANCH: gh-pages # The branch the action should deploy to.
47-
FOLDER: docs # The folder the action should deploy.
45+
token: ${{ secrets.GITHUB_TOKEN }}
46+
branch: gh-pages # The branch the action should deploy to.
47+
folder: docs # The folder the action should deploy.

0 commit comments

Comments
 (0)