We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d7a25e + 6ba8087 commit c715e03Copy full SHA for c715e03
1 file changed
.github/workflows/publish.yaml
@@ -66,7 +66,7 @@ jobs:
66
run: bundle exec jekyll build --baseurl ${{ steps.pages.outputs.base_path }} # defaults output to '/_site'
67
68
- name: Upload artifact ⬆️
69
- uses: actions/upload-pages-artifact@v1 # This will automatically upload an artifact from the '/_site' directory
+ uses: actions/upload-pages-artifact@v2 # This will automatically upload an artifact from the '/_site' directory
70
71
# Deployment job
72
deploy:
0 commit comments