Set up github pages
This commit is contained in:
parent
fb6bc2d7de
commit
8cefd9fabc
6 changed files with 170 additions and 2 deletions
6
Makefile
6
Makefile
|
@ -7,7 +7,7 @@ install:
|
|||
|
||||
.PHONY: build
|
||||
build: install
|
||||
go build main.go
|
||||
go build .
|
||||
|
||||
.PHONY: test
|
||||
test: install
|
||||
|
@ -21,3 +21,7 @@ case=example
|
|||
.PHONY: render
|
||||
render:
|
||||
go run main.go org/testdata/$(case).org html | html2text
|
||||
|
||||
.PHONY: generate-gh-pages
|
||||
generate-gh-pages: build
|
||||
./etc/generate-gh-pages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue