We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 54f59fd + 0e167b1 commit 7573f28Copy full SHA for 7573f28
.github/workflows/jekyll-link-checker.yml
@@ -91,6 +91,10 @@ jobs:
91
find . -not -path './_site/*' \( -name services.xml -or -name hosts.xml -or -name deployment.xml \) | \
92
while read f; do (echo -e "---\nrender_with_liquid: false\n---\n"; cat ${f})>${f}.new; mv ${f}.new ${f}; done
93
94
+ - name: bundle install
95
+ run: |
96
+ bundle install
97
+
98
- name: Build Plugins
99
if: ${{ inputs.build-plugins }}
100
run: |
@@ -103,7 +107,6 @@ jobs:
103
107
104
108
- name: Build site
105
109
106
- bundle install
110
bundle exec jekyll build
111
112
- name: Clean redirections
0 commit comments