Skip to content

Commit

Permalink
Update deploying.rst
Browse files Browse the repository at this point in the history
Version 0.4 of sphinx-action contains a problem investigated and documented here: ammaraskar/sphinx-action#5. The action throws an error claiming it can't write the log file. The problem is fixed in master and since this is a tutorial, it is more or less expected that it should work off the bat, so I thinking pinning the master version for now and the next release when it comes out, might be the best way to help newbies.
  • Loading branch information
eloyvallinaes authored Jul 26, 2022
1 parent f8b8434 commit 2800db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tutorial/deploying.rst
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ contents:
steps:
- uses: actions/checkout@v3
- name: Build HTML
uses: ammaraskar/sphinx-action@0.4
uses: ammaraskar/sphinx-action@master

This comment has been minimized.

Copy link
@flywire

flywire Aug 17, 2022

It's still broken: ammaraskar/sphinx-action#43

- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 2800db0

Please sign in to comment.