Skip to content

Commit

Permalink
Update jekyll.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pancetta authored Aug 14, 2024
1 parent 2ae970d commit 8d59537
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: git config --global url."https://".insteadOf git://

- name: 📂 setup
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: 💎 setup ruby
uses: ruby/setup-ruby@v1
Expand All @@ -35,7 +35,7 @@ jobs:
tar zcvf report.tar.gz latex_out
- name: Uploading artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: report sources
path: |
Expand Down

0 comments on commit 8d59537

Please sign in to comment.