diff options
Diffstat (limited to 'docs/Makefile')
-rw-r--r-- | docs/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Makefile b/docs/Makefile index 78de2d396f..487e16cf6f 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -21,6 +21,10 @@ server: $(THEME) build: $(THEME) hugo --cleanDestinationDir +.PHONY: build-offline +build-offline: $(THEME) + hugo --baseURL="/" --cleanDestinationDir + .PHONY: update update: $(THEME) |