Skip to content

Commit 8c9ef77

Browse files
authored
Update pages.yml
1 parent 6c19b44 commit 8c9ef77

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/pages.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,11 @@ jobs:
4848
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
4949
env:
5050
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
51+
- name: Upload artifact
52+
uses: actions/upload-pages-artifact@v3
53+
with:
54+
path: docs/_site/
55+
5456

5557
# Deployment job
5658
deploy:

0 commit comments

Comments
 (0)