Skip to content

Commit 7573f28

Browse files
authored
Merge pull request #44 from vespa-engine/kkraune/install
install before plugin build
2 parents 54f59fd + 0e167b1 commit 7573f28

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/jekyll-link-checker.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ jobs:
9191
find . -not -path './_site/*' \( -name services.xml -or -name hosts.xml -or -name deployment.xml \) | \
9292
while read f; do (echo -e "---\nrender_with_liquid: false\n---\n"; cat ${f})>${f}.new; mv ${f}.new ${f}; done
9393
94+
- name: bundle install
95+
run: |
96+
bundle install
97+
9498
- name: Build Plugins
9599
if: ${{ inputs.build-plugins }}
96100
run: |
@@ -103,7 +107,6 @@ jobs:
103107
104108
- name: Build site
105109
run: |
106-
bundle install
107110
bundle exec jekyll build
108111
109112
- name: Clean redirections

0 commit comments

Comments
 (0)