We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4525c6c commit 5165f4eCopy full SHA for 5165f4e
1 file changed
.github/workflows/publish-docs.yml
@@ -25,8 +25,8 @@ jobs:
25
- run: yarn build
26
working-directory: ./docs
27
- name: Deploy to GitHub Pages
28
- uses: JamesIves/github-pages-deploy-action@3.5.9
+ uses: JamesIves/github-pages-deploy-action@v4
29
with:
30
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
- BRANCH: gh-pages
32
- FOLDER: docs/.docz/dist
+ token: ${{ secrets.GITHUB_TOKEN }}
+ branch: gh-pages
+ folder: docs/.docz/dist
0 commit comments