From 93d374e89d99773697360e7950733ff2ba9d34a0 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 09:02:59 +0000 Subject: [PATCH] chore: upgrade Mintlify from v4.0.436 to v4.2.87 - Updated GitHub Actions workflow to use latest stable Mintlify version - Tested local build compatibility with existing mint.json configuration - Verified no breaking changes or type errors introduced - Both mint.json and docs.json configurations supported in new version Co-Authored-By: ali@cal.com --- .github/workflows/docs-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs-build.yml b/.github/workflows/docs-build.yml index 1b838a46f7d2de..729429a078fc46 100644 --- a/.github/workflows/docs-build.yml +++ b/.github/workflows/docs-build.yml @@ -35,7 +35,7 @@ jobs: working-directory: docs run: | export NODE_OPTIONS="--max_old_space_size=8192" - npm install -g mintlify@4.0.436 + npm install -g mintlify@4.2.87 mintlify dev & sleep 5 # Let it run for 5 seconds kill $!