Skip to content

Commit 5165f4e

Browse files
committed
fix(cicd): publish docs yaml
1 parent 4525c6c commit 5165f4e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish-docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
- run: yarn build
2626
working-directory: ./docs
2727
- name: Deploy to GitHub Pages
28-
uses: JamesIves/github-pages-deploy-action@3.5.9
28+
uses: JamesIves/github-pages-deploy-action@v4
2929
with:
30-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31-
BRANCH: gh-pages
32-
FOLDER: docs/.docz/dist
30+
token: ${{ secrets.GITHUB_TOKEN }}
31+
branch: gh-pages
32+
folder: docs/.docz/dist

0 commit comments

Comments
 (0)