diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a499cad..95c44ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -299,10 +299,9 @@ jobs: if: startsWith(github.ref, 'refs/tags/v') uses: JamesIves/github-pages-deploy-action@v4 with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - BRANCH: gh-pages - FOLDER: ci_docs_build - TARGET_FOLDER: stable + branch: gh-pages + folder: ci_docs_build + target-folder: stable - name: Create release if: startsWith(github.ref, 'refs/tags/v')