From 4f373d31866650e826500b93d531774ae7543e4c Mon Sep 17 00:00:00 2001 From: Andrius Putna Date: Tue, 18 Aug 2026 13:59:07 +0300 Subject: [PATCH] docs: add harvis to the deploy platform guides (#5385) Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> --- docs/en/guide/deploy.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/docs/en/guide/deploy.md b/docs/en/guide/deploy.md index bee13353..d0efa808 100644 --- a/docs/en/guide/deploy.md +++ b/docs/en/guide/deploy.md @@ -298,11 +298,19 @@ You can deploy your VitePress project to [Stormkit](https://www.stormkit.io) by ### Surge -1. After running `npm run docs:build`, run this command to deploy: +After running `npm run docs:build`, run this command to deploy to [Surge](https://surge.sh): - ```sh - npx surge docs/.vitepress/dist - ``` +```sh +npx surge docs/.vitepress/dist +``` + +### harvis + +After running `npm run docs:build`, run this command to deploy to [harvis](https://harvis.dev): + +```sh +npx harvis docs/.vitepress/dist +``` ### nginx