Skip to content

Commit

Permalink
.github/workflows/jekyll.yml: attempt to enable submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikaela committed May 28, 2024
1 parent d943606 commit 8459de8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: "true"
- name: Setup Ruby
uses: ruby/setup-ruby@943103cae7d3f1bb1e4951d5fcc7928b40e4b742 # v1.177.1
with:
Expand Down

0 comments on commit 8459de8

Please sign in to comment.