X Tutup
Skip to content

Commit affe4dc

Browse files
committed
do not yet try and use gh from makefile bc of CI
1 parent 70a855c commit affe4dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ test:
2222
go test ./...
2323
.PHONY: test
2424

25-
site: bin/gh
26-
bin/gh repo clone github/cli.github.com "$@"
25+
site:
26+
git clone https://github.com/github/cli.github.com.git "$@"
2727

2828
site-docs: site
2929
git -C site pull

0 commit comments

Comments
 (0)
X Tutup