Skip to content

Commit 284b94b

Browse files
committed
update deploy GH action to v4
1 parent ddba397 commit 284b94b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
persist-credentials: false
1111

1212
- name: Build and Deploy
13-
uses: JamesIves/github-pages-deploy-action@releases/v3
13+
uses: JamesIves/github-pages-deploy-action@releases/v4
1414
with:
15-
ACCESS_TOKEN: ${{ secrets.DST }}
16-
BRANCH: gh-pages
17-
FOLDER: __site
15+
ssh-key: ${{ secrets.DST }}
16+
branch: gh-pages
17+
folder: __site

0 commit comments

Comments
 (0)