We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e3a810 commit f3fb489Copy full SHA for f3fb489
Makefile
@@ -67,6 +67,8 @@ site:
67
--output-path "$(prefix)/_site"
68
cp docs.html "$(prefix)/_site/index.html"
69
cp docs.html "$(prefix)/_site/documentation/index.html"
70
+ mkdir -p "$(prefix)/_site/cheatsheet"
71
+ cp cheatsheet.html "$(prefix)/_site/cheatsheet/index.html"
72
73
.PHONY: docs
74
docs: target ?= Layout
0 commit comments