We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d800e3f commit d2bdd53Copy full SHA for d2bdd53
1 file changed
Makefile
@@ -22,8 +22,8 @@ test:
22
go test ./...
23
.PHONY: test
24
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 "$@"
+site: bin/gh
+ gh repo clone github/cli.github.com "$@"
27
28
site-docs: site
29
git -C site pull
0 commit comments