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 48f781b commit 25794fdCopy full SHA for 25794fd
.github/workflows/jekyll.yml
@@ -55,7 +55,7 @@ jobs:
55
run: JEKYLL_GITHUB_TOKEN=${{ secrets.JEKYLL_GITHUB_TOKEN }} && bundle exec jekyll build --verbose --trace
56
- name: Upload artifact
57
# Automatically uploads an artifact from the './_site' directory by default
58
- uses: actions/upload-pages-artifact@v2
+ uses: actions/upload-pages-artifact@v3
59
60
# Deployment job
61
deploy:
0 commit comments