Skip to content

Commit

Permalink
💚 fix docs CI
Browse files Browse the repository at this point in the history
  • Loading branch information
techouse committed Apr 28, 2024
1 parent e7d8b5f commit 9f0afa4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
working-directory: docs
run: pip install -r requirements.txt
- name: Convert README.md to reStructuredText
run: pandoc --from=markdown --to=rst --output=docs/README.rst README.md
uses: docker://pandoc/core:3.1-alpine
with:
args: --from=markdown --to=rst --output=docs/README.rst README.md
- name: Sphinx build
working-directory: docs
run: sphinx-build . _build
Expand Down

0 comments on commit 9f0afa4

Please sign in to comment.