Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Birmiwal, Rahul R committed Oct 11, 2023
1 parent 0199b6f commit 60c8fb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
pip install sphinx sphinx_rtd_theme myst_parser
- name: Sphinx build
run: |
TZ=UTC sphinx-build docs _build
TZ=UTC sphinx-build doc html
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
publish_branch: gh-pages-test
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs
publish_dir: html/
force_orphan: true

0 comments on commit 60c8fb8

Please sign in to comment.