From 512d3564330247fdca2f78e54c54b0dcc43ba252 Mon Sep 17 00:00:00 2001 From: Hai Nguyen Date: Tue, 7 May 2024 01:53:46 +0200 Subject: [PATCH] Update document_build.yaml --- .github/workflows/document_build.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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