From 4b014b7b61b6a2f2d66f3f1b61db09719d232453 Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Fri, 24 Mar 2023 12:38:57 +0100 Subject: [PATCH] Add command for publishing gitbook --- .justfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.justfile b/.justfile index 6111fac..f88b306 100644 --- a/.justfile +++ b/.justfile @@ -5,3 +5,7 @@ test: # Run tests for the Lune CLI test-cli: cargo test --package lune-cli + +# Publish gitbook directory to gitbook branch +publish-gitbook: + npx push-dir --dir=docs --branch=gitbook