We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06cd012 commit 9ebebb3Copy full SHA for 9ebebb3
.github/workflows/publish-workflow.yml
@@ -40,8 +40,8 @@ jobs:
40
- name: build docs
41
run: npm run build:docs
42
- name: publish docs
43
- uses: JamesIves/github-pages-deploy-action@3.5.7
+ uses: JamesIves/github-pages-deploy-action@4.1.7
44
with:
45
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46
- BRANCH: gh-pages # The branch the action should deploy to.
47
- FOLDER: docs # The folder the action should deploy.
+ token: ${{ secrets.GITHUB_TOKEN }}
+ branch: gh-pages # The branch the action should deploy to.
+ folder: docs # The folder the action should deploy.
0 commit comments