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 678b4f2 commit d14e6bcCopy full SHA for d14e6bc
1 file changed
.github/workflows/pages.yml
@@ -65,10 +65,8 @@ jobs:
65
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
66
env:
67
JEKYLL_ENV: production
68
- - name: List build output
69
- run: ls -lR _site
70
- name: Upload artifact
71
- uses: actions/upload-artifact@v4
+ uses: actions/upload-pages-artifact@v3
72
with:
73
name: github-pages
74
path: ./docs/_site
0 commit comments