We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a05fa5 commit 3666894Copy full SHA for 3666894
Makefile
@@ -18,6 +18,10 @@ help: ## Show this help message
18
@echo 'Variables'
19
@printf " \033[36m%-18s\033[0m %s\n" 'ARGS' 'Arguments to pass to mut-publish'
20
21
+
22
+html:
23
+ giza make html
24
25
publish: ## Build docs locally
26
# !!! DOES NOT PUT STUFF ONTO THE INTERNET !!!
27
# Builds the artifacts that you will deploy with other targets.
worker.sh
@@ -1,2 +1,2 @@
1
#!/bin/sh
2
-make publish
+make html
0 commit comments