mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-23 09:58:04 +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