do not yet try and use gh from makefile bc of CI
This commit is contained in:
parent
70a855c205
commit
affe4dc3eb
1 changed files with 2 additions and 2 deletions
4
Makefile
4
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue