diff --git a/.github/workflows/api-doc.yml b/.github/workflows/api-doc.yml index 5eae840e..c73335f6 100644 --- a/.github/workflows/api-doc.yml +++ b/.github/workflows/api-doc.yml @@ -23,7 +23,7 @@ jobs: if: github.ref == 'refs/heads/main' uses: JamesIves/github-pages-deploy-action@v4.4.3 with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - BRANCH: gh-pages # The branch the action should deploy to. - FOLDER: build/doc/html # The folder the action should deploy. - TARGET_FOLDER: doc/ + token: ${{ secrets.GITHUB_TOKEN }} + branch: gh-pages # The branch the action should deploy to. + folder: build/doc/html # The folder the action should deploy. + target-folder: doc/