Skip to content

Commit a9dc134

Browse files
committed
Inline the build
Let's see if this avoids the issues we're seeing in CI.
1 parent c264176 commit a9dc134

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/validate.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
BUNDLE_PATH: gems
1616
steps:
1717
- uses: actions/checkout@v2
18+
with:
19+
submodules: recursive
1820

1921
- name: Set up Ruby
2022
uses: ruby/setup-ruby@v1
@@ -24,4 +26,4 @@ jobs:
2426
cache-version: 1
2527

2628
- name: Build
27-
run: bundle exec rake build
29+
run: bundle exec jekyll build --config _config.yml

0 commit comments

Comments
 (0)