Skip to content

Commit 15b83cc

Browse files
authored
Update Makefile
Signed-off-by: Lee Calcote <[email protected]>
1 parent e0d50e7 commit 15b83cc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ site: check-go
3030
build:
3131
hugo build
3232

33+
## Build site for local consumption
34+
build-preview:
35+
hugo --baseURL=https://layer5io.github.io/exoscale-academy
36+
3337
## Empty build cache and run on your local machine.
3438
clean:
3539
hugo --cleanDestinationDir
@@ -50,4 +54,4 @@ theme-update:
5054
echo "Updating to latest academy-theme..." && \
5155
hugo mod get -u
5256

53-
.PHONY: setup build site clean site-fast check-go theme-update
57+
.PHONY: setup build site clean site-fast check-go theme-update

0 commit comments

Comments
 (0)