Skip to content

Commit 9f693b0

Browse files
committed
ci: upgrade upload artifact
1 parent 8789a67 commit 9f693b0

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/pages.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup Ruby
3535
uses: ruby/setup-ruby@v1
3636
with:
37-
ruby-version: '3.1' # Not needed with a .ruby-version file
37+
ruby-version: "3.1" # Not needed with a .ruby-version file
3838
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
3939
cache-version: 0 # Increment this number if you need to re-download cached gems
4040
- name: Setup Pages
@@ -47,7 +47,9 @@ jobs:
4747
JEKYLL_ENV: production
4848
- name: Upload artifact
4949
# Automatically uploads an artifact from the './_site' directory by default
50-
uses: actions/upload-pages-artifact@v4
50+
uses: actions/upload-artifact@v4
51+
with:
52+
path: _site
5153

5254
# Deployment job
5355
deploy:

0 commit comments

Comments
 (0)