Skip to content

Commit 675d588

Browse files
committed
Update pages deploy step
1 parent 96bccad commit 675d588

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/pages.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ jobs:
4242
mkdocs build --strict
4343
4444
- name: Deploy
45-
uses: JamesIves/github-pages-deploy-action@releases/v3
45+
uses: JamesIves/github-pages-deploy-action@v4
4646
with:
47-
ACCESS_TOKEN: ${{ secrets.DEPLOY_TOKEN }}
48-
BRANCH: gh-pages
49-
FOLDER: _pages/site
50-
CLEAN: true
47+
token: ${{ secrets.DEPLOY_TOKEN }}
48+
branch: gh-pages
49+
folder: _pages/site
50+
clean: true

0 commit comments

Comments
 (0)