Skip to content

Commit 3fc2e91

Browse files
authored
Update Makefile
Signed-off-by: Lee Calcote <[email protected]>
1 parent 0028a9d commit 3fc2e91

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Makefile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,15 @@ setup:
2222
## Run on your local machine with draft and future content enabled.
2323
site: check-go
2424
hugo server -D -F
25-
25+
26+
## Build site
2627
build:
2728
hugo
2829

30+
## Build site for deployment previews on github pages
31+
build-preview:
32+
hugo --baseURL=https://layer5io.github.io/layer5-academy
33+
2934
## Empty build cache and run on your local machine.
3035
clean:
3136
hugo --cleanDestinationDir

0 commit comments

Comments
 (0)