Skip to content

Commit

Permalink
Merge pull request #25 from msleigh/msleigh-fix-sphinx-action
Browse files Browse the repository at this point in the history
Fix sphinx-action version
  • Loading branch information
msleigh authored Jan 27, 2025
2 parents 450dec2 + d4f861e commit 6772785
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 6772785

Please sign in to comment.