diff --git a/.github/workflows/publish-github-pages.yml b/.github/workflows/publish-github-pages.yml index 56aa6ed8d6..cde5682e21 100644 --- a/.github/workflows/publish-github-pages.yml +++ b/.github/workflows/publish-github-pages.yml @@ -44,8 +44,6 @@ jobs: - name: Deploy to `${{ inputs.destination_dir }}` directory of `gh-pages` branch uses: peaceiris/actions-gh-pages@de7ea6f8efb354206b205ef54722213d99067935 with: - # This `PUBLISH_PAGES_TOKEN` needs to be manually set per-repository. - # Look in the repository settings under "Environments", and set this token in the `github-pages` environment. personal_token: ${{ secrets.PUBLISH_PAGES_TOKEN }} - publish_dir: ./docs + publish_dir: ${{ inputs.publish_dir }} destination_dir: ${{ inputs.destination_dir }}