Skip to content

Commit

Permalink
Update jekyll.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmccomb authored May 30, 2024
1 parent fece315 commit 7fd643a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Update submodule
run: git submodule update –remote
run: |
git pull --recurse-submodules
git submodule update --remote --recursive
- name: Setup Ruby
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
with:
Expand Down

0 comments on commit 7fd643a

Please sign in to comment.