diff options
author | Jean-François B <2589111+jfbu@users.noreply.github.com> | 2022-08-06 18:31:14 +0200 |
---|---|---|
committer | Jean-François B <2589111+jfbu@users.noreply.github.com> | 2022-08-06 18:31:14 +0200 |
commit | 5c82449eca73ef448eb7fdfbcc061cb91d70c18c (patch) | |
tree | c4a8394dd9105ba73e2df12c3c5e26cbae501d54 /doc/tutorial/deploying.rst | |
parent | 6f530ca3ea305a4c4e077a237fc7196e959a4bb4 (diff) | |
parent | 59056aa7816ebae81aa6842290aa7a6ece14d1bd (diff) | |
download | sphinx-git-5c82449eca73ef448eb7fdfbcc061cb91d70c18c.tar.gz |
Merge branch '5.x'
Diffstat (limited to 'doc/tutorial/deploying.rst')
-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: |