release docs as an archive (#12243)
* release docs along sources * use a custom offline version Co-authored-by: Gitea <gitea@fake.local>
This commit is contained in:
parent
633f52c220
commit
b92a5d8d64
2 changed files with 16 additions and 1 deletions
|
@ -21,6 +21,10 @@ server: $(THEME)
|
|||
build: $(THEME)
|
||||
hugo --cleanDestinationDir
|
||||
|
||||
.PHONY: build-offline
|
||||
build-offline: $(THEME)
|
||||
hugo --baseURL="/" --cleanDestinationDir
|
||||
|
||||
.PHONY: update
|
||||
update: $(THEME)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue