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.
1 parent 1e24ca6 commit 0e98ef2Copy full SHA for 0e98ef2
.github/workflows/check-links.yml
@@ -22,6 +22,8 @@ jobs:
22
with:
23
ruby-version: 2.6 # Not needed with a .ruby-version file
24
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
25
+ - name: Yarn install
26
+ run: yarn install
27
- name: Build jekyll website with
28
run: bundle exec jekyll build
29
- name: Check for broken links
0 commit comments