From affe4dc3eb4b4607548d8eebeb334112f54f9a2c Mon Sep 17 00:00:00 2001 From: vilmibm Date: Tue, 26 May 2020 12:12:31 -0500 Subject: [PATCH] do not yet try and use gh from makefile bc of CI --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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