diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 4c38eb089..93e617c27 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -51,6 +51,6 @@ jobs: uses: peaceiris/actions-gh-pages@v3 if: github.event_name != 'pull_request' && github.ref_name == 'main' with: - deploy_key: ${{ secrets.DOCS_DEPLOY_KEY }} + github_token: ${{ secrets.DOCS_DEPLOY_KEY }} publish_dir: ./src/lasr-base/documentation/web/build external_repository: lasr-at-home/docs