We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5485cd8 commit 3d3f93fCopy full SHA for 3d3f93f
.github/workflows/deploy.yml
@@ -1,4 +1,5 @@
1
# This file was created automatically with `myst init --gh-pages` 🪄 💚
2
+# Ensure your GitHub Pages settings for this repository are set to deploy with **GitHub Actions**.
3
4
name: MyST GitHub Pages Deploy
5
on:
@@ -38,9 +39,9 @@ jobs:
38
39
- name: Build HTML Assets
40
run: myst build --html
41
- name: Upload artifact
- uses: actions/upload-pages-artifact@v1
42
+ uses: actions/upload-pages-artifact@v3
43
with:
44
path: './_build/html'
45
- name: Deploy to GitHub Pages
46
id: deployment
- uses: actions/deploy-pages@v2
47
+ uses: actions/deploy-pages@v4
0 commit comments