diff options
author | eloyvallinaes <eloyvallina33@gmail.com> | 2022-07-26 11:17:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-26 11:17:53 +0200 |
commit | 2800db0b70ec646b47ccfdbc8acb66cc11df5d8a (patch) | |
tree | 96ee0f40f7651b60eef87c9865d1a115102a126d /doc/tutorial | |
parent | f8b84348f3e619d50756e6d32561b91dd094170d (diff) | |
download | sphinx-git-2800db0b70ec646b47ccfdbc8acb66cc11df5d8a.tar.gz |
Update deploying.rst
Version 0.4 of sphinx-action contains a problem investigated and documented here: https://github.com/ammaraskar/sphinx-action/issues/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.
Diffstat (limited to 'doc/tutorial')
-rw-r--r-- | doc/tutorial/deploying.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tutorial/deploying.rst b/doc/tutorial/deploying.rst index cc62fd428..76b68c3c1 100644 --- a/doc/tutorial/deploying.rst +++ b/doc/tutorial/deploying.rst @@ -192,7 +192,7 @@ contents: steps: - uses: actions/checkout@v3 - name: Build HTML - uses: ammaraskar/sphinx-action@0.4 + uses: ammaraskar/sphinx-action@master - name: Upload artifacts uses: actions/upload-artifact@v3 with: |