Skip to content

Commit d7f4654

Browse files
authored
Merge pull request #181 from layer5io/leecalcote-patch-2
Update Makefile
2 parents cee1b04 + 15b83cc commit d7f4654

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)