Skip to content

Commit 8226dba

Browse files
committed
fix: pin mintlify version
1 parent 26ef48c commit 8226dba

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,12 @@ jobs:
134134
node-version: "20.17.0"
135135

136136
- name: Install Mintlify CLI
137-
run: npm install --global mint
137+
# Pin Mintlify to keep docs validation reproducible across CI runs.
138+
run: npm install --global mintlify@4.0.373
138139

139140
- name: Validate Docs
140141
working-directory: docs
141-
run: mint validate
142+
run: mintlify broken-links
142143

143144
rustdoc:
144145
name: Rust Doc

docs/index.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ title: systemg
33
description: A general-purpose program composer.
44
---
55

6-
# systemg
7-
8-
A general-purpose program composer.
9-
106
systemg runs your service graph from a single YAML file.
117

128
<CodeGroup>

0 commit comments

Comments
 (0)