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.
1 parent 95ad51b commit e5e432aCopy full SHA for e5e432a
.github/workflows/deploy.yml
@@ -39,9 +39,9 @@ jobs:
39
- name: Build HTML Assets
40
run: myst build --html
41
- name: Upload artifact
42
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v3
43
with:
44
path: './_build/html'
45
- name: Deploy to GitHub Pages
46
id: deployment
47
- uses: actions/deploy-pages@v2
+ uses: actions/deploy-pages@v4
0 commit comments