File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,11 +48,11 @@ release:
4848 $(GO ) run github.com/hymkor/latest-notes@latest | gh release create -d --notes-file - -t $(VERSION ) $(VERSION ) $(wildcard $(NAME ) -$(VERSION ) -* .zip)
4949
5050docs :
51- go run github.com/hymkor/minipage@latest -outline-in-sidebar -readme-to-index README.md > docs/index.html
52- go run github.com/hymkor/minipage@latest -outline-in-sidebar -readme-to-index README_ja.md > docs/index_ja.html
51+ $( GO ) run github.com/hymkor/minipage@latest -outline-in-sidebar -readme-to-index README.md > docs/index.html
52+ $( GO ) run github.com/hymkor/minipage@latest -outline-in-sidebar -readme-to-index README_ja.md > docs/index_ja.html
5353
5454readme :
55- go run github.com/hymkor/example-into-readme@latest
56- go run github.com/hymkor/example-into-readme@latest -target README_ja.md
55+ $( GO ) run github.com/hymkor/example-into-readme@latest
56+ $( GO ) run github.com/hymkor/example-into-readme@latest -target README_ja.md
5757
5858.PHONY : all test dist _dist clean manifest release docs
You can’t perform that action at this time.
0 commit comments