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 d8335c9 commit ada048fCopy full SHA for ada048f
.github/workflows/docs.yml
@@ -120,9 +120,10 @@ jobs:
120
name: docs-${{ matrix.language }}-${{ env.VERSION }}
121
path: docs/build/${{ matrix.builder }}/${{ matrix.language }}
122
- name: Upload the documentation
123
- uses: peaceiris/actions-gh-pages@v4
+ uses: JamesIves/github-pages-deploy-action@v4
124
with:
125
- github_token: ${{ secrets.GITHUB_TOKEN }}
126
- publish_dir: docs/build/${{ matrix.builder }}/${{ matrix.language }}
127
- destination_dir: ${{ matrix.language }}/${{ env.PUBLISH }}
128
- keep_files: true
+ token: ${{ secrets.GITHUB_TOKEN }}
+ folder: docs/build/${{ matrix.builder }}/${{ matrix.language }}
+ target-folder: ${{ matrix.language }}/${{ env.PUBLISH }}
+ single-commit: true
129
+ clean: false
0 commit comments