Skip to content

Commit d14e6bc

Browse files
committed
Use actions/upload-pages-artifact@v3
1 parent 678b4f2 commit d14e6bc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,8 @@ jobs:
6565
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
6666
env:
6767
JEKYLL_ENV: production
68-
- name: List build output
69-
run: ls -lR _site
7068
- name: Upload artifact
71-
uses: actions/upload-artifact@v4
69+
uses: actions/upload-pages-artifact@v3
7270
with:
7371
name: github-pages
7472
path: ./docs/_site

0 commit comments

Comments
 (0)