We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96bccad commit 675d588Copy full SHA for 675d588
.github/workflows/pages.yml
@@ -42,9 +42,9 @@ jobs:
42
mkdocs build --strict
43
44
- name: Deploy
45
- uses: JamesIves/github-pages-deploy-action@releases/v3
+ uses: JamesIves/github-pages-deploy-action@v4
46
with:
47
- ACCESS_TOKEN: ${{ secrets.DEPLOY_TOKEN }}
48
- BRANCH: gh-pages
49
- FOLDER: _pages/site
50
- CLEAN: true
+ token: ${{ secrets.DEPLOY_TOKEN }}
+ branch: gh-pages
+ folder: _pages/site
+ clean: true
0 commit comments