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 b96625c commit 5435bcfCopy full SHA for 5435bcf
.github/workflows/docs.yml
@@ -48,9 +48,8 @@ jobs:
48
- name: Build guide
49
run: mdbook build guide
50
- name: Publish docs
51
- uses: JamesIves/github-pages-deploy-action@3.7.1
+ uses: JamesIves/github-pages-deploy-action@v4.7.2
52
with:
53
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54
- BRANCH: gh-pages
55
- FOLDER: guide/book
56
- CLEAN: true
+ branch: gh-pages
+ folder: guide/book
+ clean: true
0 commit comments