Skip to content

Commit c0991a2

Browse files
willingclwasser
authored andcommitted
build site for weekly linkcheck
1 parent 5a78381 commit c0991a2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/linkcheck.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414

15+
- name: Build Jekyll site
16+
uses: helaili/jekyll-action@v2
17+
with:
18+
build_only: true
19+
build_dir: _site
20+
1521
- name: Link Checker
1622
id: lychee
1723
uses: lycheeverse/lychee-action@v1.9.0

0 commit comments

Comments
 (0)