We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f807b1 commit e10e7b7Copy full SHA for e10e7b7
.github/workflows/ci.yml
@@ -299,10 +299,9 @@ jobs:
299
if: startsWith(github.ref, 'refs/tags/v')
300
uses: JamesIves/github-pages-deploy-action@v4
301
with:
302
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
303
- BRANCH: gh-pages
304
- FOLDER: ci_docs_build
305
- TARGET_FOLDER: stable
+ branch: gh-pages
+ folder: ci_docs_build
+ target-folder: stable
306
307
- name: Create release
308
0 commit comments