Skip to content

Commit bcc43a9

Browse files
committed
Fix typo
1 parent 1a40e83 commit bcc43a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
PANDOC="docker run --rm --volume $(pwd):/data \
3333
--user $(id -u):$(id -g) pandoc/core:latest"
3434
- name: Upload artifact
35-
uses: actions/upload-pages-artifact@v4
35+
uses: actions/upload-pages-artifact@v3
3636
with:
3737
path: '_site'
3838
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)