From d2a3d0272ed7725d0bc848267d560c468235507b Mon Sep 17 00:00:00 2001 From: Raphael Kabo Date: Wed, 28 Feb 2024 22:39:49 +0000 Subject: Add docs using MkDocs --- deploy.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'deploy.sh') diff --git a/deploy.sh b/deploy.sh index 1e78e86..01c8a1a 100755 --- a/deploy.sh +++ b/deploy.sh @@ -16,4 +16,9 @@ NODE_ENV=development pnpm install # TypeScript and don't expect any more errors. pnpm build || true pm2 reload ecosystem.config.cjs production -pm2 save +pm2 save + +# Build the docs and deploy +pip install mkdocs +pip install mkdocs-material +mkdocs build -d ~/gathio-docs \ No newline at end of file -- cgit v1.2.3