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 0d5cc00 commit 1333a0fCopy full SHA for 1333a0f
.github/workflows/mintlify-broken-links.yml
@@ -0,0 +1,21 @@
1
+name: Mintlify Broken Links
2
+
3
+on:
4
+ push:
5
6
+jobs:
7
+ broken-links:
8
+ runs-on: ubuntu-latest
9
10
+ steps:
11
+ - uses: actions/checkout@v4
12
13
+ - uses: actions/setup-node@v4
14
+ with:
15
+ node-version: "lts/*"
16
17
+ - name: Install Mintlify
18
+ run: npm i -g mintlify@latest
19
20
+ - name: Check Broken Links
21
+ run: mintlify broken-links
0 commit comments