Skip to content

Commit

Permalink
Update jekyll-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pancetta authored Sep 24, 2024
1 parent a8259ae commit da5a0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
-v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \
jekyll/builder:latest /bin/bash -c "chmod -R 777 /srv/jekyll && jekyll build --future"
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: build
path: _site

0 comments on commit da5a0ed

Please sign in to comment.