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