mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
more updates to build-docs.sh
This commit is contained in:
parent
67b2f261a1
commit
e9dfcaaa44
1 changed files with 1 additions and 2 deletions
|
@ -15,8 +15,7 @@ fi
|
|||
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 -D gh-pages 2>/dev/null || true
|
||||
git checkout -b gh-pages $REMOTE/gh-pages
|
||||
git branch -f gh-pages $REMOTE/gh-pages
|
||||
if ! [ -d ./docs/tmp ]; then
|
||||
git worktree add docs/tmp gh-pages
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue