Skip to content

Commit c898bc0

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

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@ jobs:
134134
node-version: "20.17.0"
135135

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

139140
- name: Validate Docs
140141
working-directory: docs

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)