Skip to content

Commit 0e98ef2

Browse files
committed
new checker
1 parent 1e24ca6 commit 0e98ef2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/check-links.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
with:
2323
ruby-version: 2.6 # Not needed with a .ruby-version file
2424
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
25+
- name: Yarn install
26+
run: yarn install
2527
- name: Build jekyll website with
2628
run: bundle exec jekyll build
2729
- name: Check for broken links

0 commit comments

Comments
 (0)