We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
make site-docs
1 parent 6c2328b commit 0305388Copy full SHA for 0305388
Makefile
@@ -23,7 +23,7 @@ test:
23
.PHONY: test
24
25
site:
26
- git worktree add site gh-pages
+ git clone https://github.com/github/cli.github.com.git "$@"
27
28
site-docs: site
29
git -C site pull
@@ -33,5 +33,4 @@ site-docs: site
33
rm -f site/manual/*.bak
34
git -C site add 'manual/gh*.md'
35
git -C site commit -m 'update help docs'
36
- git -C site push
37
.PHONY: site-docs
cmd/gen-docs/main.go
@@ -28,7 +28,7 @@ func main() {
func filePrepender(filename string) string {
30
return `---
31
-layout: page
+layout: manual
32
permalink: /:path/:basename
---
0 commit comments