Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
Crazy-Rich-Meghan committed Nov 19, 2024
1 parent 0e91485 commit fa0c78b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -35,14 +35,14 @@ jobs:
done
- name: convert md to rst # md reference is not recognized with md_include
uses: docker://pandoc/core:latest
with:
args: --from=markdown --to=rst --output=docs/source/README.rst README.md
# - name: convert md to rst # md reference is not recognized with md_include
# uses: docker://pandoc/core:latest
# with:
# args: --from=markdown --to=rst --output=docs/source/README.rst README.md

# - name: build docs
# run: |
# sphinx-build -W -b html docs/source docs/build -j auto
- name: build docs
run: |
sphinx-build -W -b html docs/source docs/build -j auto
- name: deploy docs only if it is pushed to main
uses: peaceiris/actions-gh-pages@v3

0 comments on commit fa0c78b

Please sign in to comment.