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 ef585db commit 0878c97Copy full SHA for 0878c97
.github/workflows/build-and-deploy.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Build site
28
run: bundle exec jekyll build
29
- name: Upload artifacts
30
- uses: actions/upload-pages-artifact@v3
+ uses: actions/upload-pages-artifact@v4
31
with:
32
path: ./_site
33
deploy:
0 commit comments