depend on bin/gh

This commit is contained in:
vilmibm 2020-05-18 15:08:31 -05:00
parent d800e3f0b6
commit d2bdd53dd2

View file

@ -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