Skip to content

Commit 963af67

Browse files
check links are working before posting
1 parent 4f0e54e commit 963af67

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/mdbook.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ jobs:
4141
uses: actions/configure-pages@v5
4242
- name: Build with mdBook
4343
run: mdbook build
44+
- name: Check Links
45+
id: lychee
46+
uses: lycheeverse/lychee-action@v2
47+
with:
48+
fail: true
49+
args: ./book
4450
- name: Upload artifact
4551
uses: actions/upload-pages-artifact@v3
4652
with:

0 commit comments

Comments
 (0)