We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a604f79 commit 18fdaf0Copy full SHA for 18fdaf0
.github/workflows/deploy.yml
@@ -53,7 +53,7 @@ jobs:
53
# I have no idea if this actually needed...
54
uses: actions/configure-pages@v3
55
- name: Upload artifact
56
- uses: actions/upload-pages-artifact@v2
+ uses: actions/upload-pages-artifact@v3
57
with:
58
path: 'site/' # MkDocs builds to site/ by default
59
- name: Deploy to GitHub Pages
0 commit comments