mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-21 16:53:08 +02:00
update docs
This commit is contained in:
parent
bfb732947c
commit
7881b2993c
1 changed files with 2 additions and 1 deletions
|
@ -24,9 +24,10 @@ fi
|
||||||
(cd docs/tmp && git pull $REMOTE gh-pages)
|
(cd docs/tmp && git pull $REMOTE gh-pages)
|
||||||
|
|
||||||
# remove all files in the worktree and regenerate the book there
|
# remove all files in the worktree and regenerate the book there
|
||||||
git worktree rm docs/tmp
|
git worktree remove -f docs/tmp
|
||||||
rm -rf docs/tmp/*
|
rm -rf docs/tmp/*
|
||||||
mdbook build docs
|
mdbook build docs
|
||||||
|
mkdir docs/tmp
|
||||||
cp -rp docs/book/* docs/tmp
|
cp -rp docs/book/* docs/tmp
|
||||||
|
|
||||||
# add everything in the worktree, commit, and push
|
# add everything in the worktree, commit, and push
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue