Skip to content

Commit

Permalink
Fix sphinx-action version
Browse files Browse the repository at this point in the history
Deployed site does not look right, one error as a possible cause
is use of an old version of Sphinx (2.4.4) due to choice of master
tag of https://github.com/ammaraskar/sphinx-action.
  • Loading branch information
msleigh committed Jan 27, 2025
1 parent 450dec2 commit d4f861e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v4

- name: Build Sphinx documentation
uses: ammaraskar/sphinx-action@master
uses: ammaraskar/sphinx-action@8.1.3
with:
docs-folder: "${{ matrix.language }}/"
pre-build-command: "pip install -r requirements.txt"
Expand Down

0 comments on commit d4f861e

Please sign in to comment.