Skip to content

Commit 7b94cb3

Browse files
authored
Broken links workflow
1 parent 9a2ed7a commit 7b94cb3

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/broken-links.yml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Mintlify Broken Links
2+
on:
3+
push:
4+
5+
jobs:
6+
broken-links:
7+
runs-on: ubuntu-latest
8+
9+
steps:
10+
- uses: actions/checkout@v4
11+
12+
- uses: actions/setup-node@v4
13+
with:
14+
node-version: 'lts/*'
15+
16+
- name: Install Mintlify
17+
run: npm i -g mintlify@latest
18+
19+
- name: Check Broken Links
20+
run: mintlify broken-links

0 commit comments

Comments
 (0)