There was an error while loading. Please reload this page.
1 parent 6c19b44 commit 8c9ef77Copy full SHA for 8c9ef77
1 file changed
.github/workflows/pages.yml
@@ -48,9 +48,11 @@ jobs:
48
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
49
env:
50
JEKYLL_ENV: production
51
- - name: Upload artifact
52
- # Automatically uploads an artifact from the './_site' directory by default
53
- uses: actions/upload-pages-artifact@v4
+ - name: Upload artifact
+ uses: actions/upload-pages-artifact@v3
+ with:
54
+ path: docs/_site/
55
+
56
57
# Deployment job
58
deploy:
0 commit comments