Skip to content

Commit

Permalink
fix action: checkout repos with submodules
Browse files Browse the repository at this point in the history
whaaat, v2 not supported submodules! actions/checkout#81
  • Loading branch information
fogrew committed Jan 5, 2020
1 parent ed1af9c commit 595f28f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/eleventy-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ jobs:
runs-on: ubuntu-18.04
steps:
- name: Checkout
uses: actions/checkout@master
uses: actions/checkout@v1
with:
submodules: true
- name: Setup node
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit 595f28f

Please sign in to comment.