Skip to content

Commit

Permalink
Merge pull request #27 from QuangHaiNguyen/feature/add_sphinx_doc
Browse files Browse the repository at this point in the history
Update document_build.yaml
  • Loading branch information
QuangHaiNguyen authored May 6, 2024
2 parents 66402f4 + 512d356 commit b121b6c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/document_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
force_orphan: true

0 comments on commit b121b6c

Please sign in to comment.