Skip to content

Commit

Permalink
Experimental fix for a Sphinx error in the GitHub action + v2
Browse files Browse the repository at this point in the history
  • Loading branch information
jonoomph committed Feb 11, 2024
1 parent 5f4007d commit ac83676
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
with:
docs-folder: "doc/"
pre-build-command: pip3 install sphinx_markdown_builder
build-command: "sphinx-build -b html . _build"
# Create an artifact out of the generated HTML
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit ac83676

Please sign in to comment.