We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddba397 commit 284b94bCopy full SHA for 284b94b
1 file changed
.github/workflows/publish.yaml
@@ -10,8 +10,8 @@ jobs:
10
persist-credentials: false
11
12
- name: Build and Deploy
13
- uses: JamesIves/github-pages-deploy-action@releases/v3
+ uses: JamesIves/github-pages-deploy-action@releases/v4
14
with:
15
- ACCESS_TOKEN: ${{ secrets.DST }}
16
- BRANCH: gh-pages
17
- FOLDER: __site
+ ssh-key: ${{ secrets.DST }}
+ branch: gh-pages
+ folder: __site
0 commit comments