Merge pull request #164 from github/site-docs-fix
Improve `site-docs` make task
This commit is contained in:
commit
9454bd61ee
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -20,6 +20,7 @@ site:
|
|||
git worktree add site gh-pages
|
||||
|
||||
site-docs: site
|
||||
git -C site pull
|
||||
git -C site rm 'gh*.md' 2>/dev/null || true
|
||||
go run ./cmd/gen-docs site
|
||||
git -C site add 'gh*.md'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue