Skip to content

Commit ab4dc91

Browse files
authored
Merge pull request #98 from hmakelin/docs-deploy
Docs deploy job update
2 parents 9d8fdc6 + 1f10838 commit ab4dc91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_deploy_sphinx_docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
# ln -s ${{runner.temp}}/artifact.tar /__w/_temp/artifact.tar
4141

4242
- name: Upload pages artifact
43-
uses: actions/upload-pages-artifact@v1
43+
uses: actions/upload-pages-artifact@v2
4444
with:
4545
path: 'docs/_build/html/'
4646

@@ -60,4 +60,4 @@ jobs:
6060
steps:
6161
- name: Deploy to GitHub Pages
6262
id: deployment
63-
uses: actions/deploy-pages@main
63+
uses: actions/deploy-pages@v3

0 commit comments

Comments
 (0)