We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e08d06 commit 4759fbaCopy full SHA for 4759fba
.github/workflows/manual.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Render manual
37
run: mdbook build manual/
38
- name: Upload artifact
39
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v3
40
with:
41
path: 'manual/book/html/'
42
- name: Deploy to GitHub Pages
0 commit comments