diff --git a/Makefile b/Makefile index b927c0eb1..dd863cb0d 100644 --- a/Makefile +++ b/Makefile @@ -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