Skip to content

Commit 777adec

Browse files
authored
Update Makefile
Signed-off-by: Horti <[email protected]>
1 parent b3947d6 commit 777adec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ site: check-go
2727
build:
2828
hugo
2929

30-
## Build site for deployment previews on github pages
30+
## Build site for local consumption
3131
build-preview:
32-
hugo --baseURL=https://layer5io.github.io/layer5-academy
32+
hugo --baseURL=$(BASEURL)
3333

3434
## Empty build cache and run on your local machine.
3535
clean:

0 commit comments

Comments
 (0)