diff --git a/.github/workflows/document_build.yaml b/.github/workflows/document_build.yaml index 68129cc..4caaa9c 100644 --- a/.github/workflows/document_build.yaml +++ b/.github/workflows/document_build.yaml @@ -21,8 +21,7 @@ jobs: uses: peaceiris/actions-gh-pages@v4 if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} with: - working-directory: ${{github.workspace}} publish_branch: gh-pages github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ${{github.workspace}}/docs/_build/html - force_orphan: true \ No newline at end of file + force_orphan: true