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 0767b29 commit 97ac4faCopy full SHA for 97ac4fa
.github/workflows/jekyll.yml
@@ -51,7 +51,7 @@ jobs:
51
JEKYLL_ENV: production
52
- name: Upload artifact
53
# Automatically uploads an artifact from the './_site' directory by default
54
- uses: actions/upload-pages-artifact@v4
+ uses: actions/upload-pages-artifact@v3
55
56
# Deployment job
57
deploy:
@@ -63,4 +63,4 @@ jobs:
63
steps:
64
- name: Deploy to GitHub Pages
65
id: deployment
66
- uses: actions/deploy-pages@v1
+ uses: actions/deploy-pages@v4
0 commit comments