From 2800db0b70ec646b47ccfdbc8acb66cc11df5d8a Mon Sep 17 00:00:00 2001 From: eloyvallinaes Date: Tue, 26 Jul 2022 11:17:53 +0200 Subject: 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. --- doc/tutorial/deploying.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/tutorial/deploying.rst') 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: -- cgit v1.2.1