We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
github_pages_update.yml
1 parent ee8862b commit 93387cbCopy full SHA for 93387cb
.github/workflows/github_pages_update.yml
@@ -48,10 +48,10 @@ jobs:
48
run: make -C docs/sphinx html
49
50
- name: Upload GitHub Pages artifact
51
- uses: actions/[email protected]
+ uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
52
with:
53
path: ./docs/_build/html
54
55
- name: Publish to GitHub Pages
56
id: deployment
57
- uses: actions/deploy-pages@v4
+ uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5
0 commit comments