do not yet try and use gh from makefile bc of CI

This commit is contained in:
vilmibm 2020-05-26 12:12:31 -05:00
parent 70a855c205
commit affe4dc3eb

View file

@ -22,8 +22,8 @@ test:
go test ./...
.PHONY: test
site: bin/gh
bin/gh repo clone github/cli.github.com "$@"
site:
git clone https://github.com/github/cli.github.com.git "$@"
site-docs: site
git -C site pull