mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 13:00:37 +00:00
Add command for publishing gitbook
This commit is contained in:
parent
673c193228
commit
4b014b7b61
1 changed files with 4 additions and 0 deletions
|
@ -5,3 +5,7 @@ test:
|
||||||
# Run tests for the Lune CLI
|
# Run tests for the Lune CLI
|
||||||
test-cli:
|
test-cli:
|
||||||
cargo test --package lune-cli
|
cargo test --package lune-cli
|
||||||
|
|
||||||
|
# Publish gitbook directory to gitbook branch
|
||||||
|
publish-gitbook:
|
||||||
|
npx push-dir --dir=docs --branch=gitbook
|
||||||
|
|
Loading…
Reference in a new issue