Skip to content

Commit 3666894

Browse files
author
Chris Cho
committed
change back to make html
1 parent 5a05fa5 commit 3666894

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ help: ## Show this help message
1818
@echo 'Variables'
1919
@printf " \033[36m%-18s\033[0m %s\n" 'ARGS' 'Arguments to pass to mut-publish'
2020

21+
22+
html:
23+
giza make html
24+
2125
publish: ## Build docs locally
2226
# !!! DOES NOT PUT STUFF ONTO THE INTERNET !!!
2327
# Builds the artifacts that you will deploy with other targets.

worker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/sh
2-
make publish
2+
make html

0 commit comments

Comments
 (0)