From b9004c6b53c14b4a3c01e084fd4b1e42a7c750bc Mon Sep 17 00:00:00 2001 From: Nic Young Date: Mon, 13 Jan 2025 14:48:29 +0000 Subject: [PATCH] NOOP to test deployment workflows --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56e03ee43..bec527e56 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Thank you for your interest in contributing to the docs. To get started, see the The docs output is generated by a CI pipeline so we can update the docs site whenever we want. The [Mina Docs](https://docs.minaprotocol.com/) website always contains the most up-to-date content available. -## How to see your doc updates on PRs +## How to see your doc updates on PRs During the documentation build process, each PR goes through Vercel CI to test the doc updates and build a preview of your changes. Vercel for GitHub automatically deploys and provides preview deployment URLs. After the PR status is ready, click **Visit Preview** and navigate to the changed page to see your doc updates. If your Vercel preview fails, you might have errors. See [Debugging build errors](#debugging-build-errors).