remove docs about taskchampion-cli

This commit is contained in:
Dustin J. Mitchell
2022-05-22 01:46:36 +00:00
committed by Tomas Babej
parent c0ce1fe059
commit 2f57edee51
15 changed files with 0 additions and 355 deletions

View File

@@ -11,9 +11,6 @@ if ! [ -f "docs/src/SUMMARY.md" ]; then
exit 1
fi
# build the latest version of the mdbook plugin
cargo build -p taskchampion-cli --features usage-docs --bin usage-docs
# create a worktree of this repo, with the `gh-pages` branch checked out
git branch -f gh-pages $REMOTE/gh-pages
if ! [ -d ./docs/tmp ]; then