X Tutup
Skip to content

Commit d2bdd53

Browse files
committed
depend on bin/gh
1 parent d800e3f commit d2bdd53

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:
26-
(which gh 2>/dev/null && gh repo clone github/cli.github.com "$@") || git clone https://github.com/github/cli.github.com.git "$@"
25+
site: bin/gh
26+
gh repo clone github/cli.github.com "$@"
2727

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

0 commit comments

Comments
 (0)
X Tutup