Add command for publishing gitbook

This commit is contained in:
Filip Tibell 2023-03-24 12:38:57 +01:00
parent 673c193228
commit 4b014b7b61
No known key found for this signature in database

View file

@ -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