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 1a40e83 commit bcc43a9Copy full SHA for bcc43a9
.github/workflows/website.yml
@@ -32,7 +32,7 @@ jobs:
32
PANDOC="docker run --rm --volume $(pwd):/data \
33
--user $(id -u):$(id -g) pandoc/core:latest"
34
- name: Upload artifact
35
- uses: actions/upload-pages-artifact@v4
+ uses: actions/upload-pages-artifact@v3
36
with:
37
path: '_site'
38
- name: Deploy to GitHub Pages
0 commit comments