depend on bin/gh
This commit is contained in:
parent
d800e3f0b6
commit
d2bdd53dd2
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -22,8 +22,8 @@ test:
|
|||
go test ./...
|
||||
.PHONY: test
|
||||
|
||||
site:
|
||||
(which gh 2>/dev/null && gh repo clone github/cli.github.com "$@") || git clone https://github.com/github/cli.github.com.git "$@"
|
||||
site: bin/gh
|
||||
gh repo clone github/cli.github.com "$@"
|
||||
|
||||
site-docs: site
|
||||
git -C site pull
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue