Skip to content

Commit

Permalink
update all actions
Browse files Browse the repository at this point in the history
  • Loading branch information
carlogico committed Nov 22, 2024
1 parent 80361bb commit c30b42a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
docs-folder: "docs/"

# Building as a epub.
- uses: ammaraskar/sphinx-action@master
- uses: ammaraskar/sphinx-action@8.1.3
with:
build-command: "make epub"
docs-folder: "docs/"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
steps:
- uses: actions/checkout@v1
# Standard drop-in approach that should work for most people.
- uses: ammaraskar/sphinx-action@master
- uses: ammaraskar/sphinx-action@8.1.3
with:
docs-folder: "docs/"

0 comments on commit c30b42a

Please sign in to comment.