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:
Antoine GIRARD 2020-07-14 04:09:39 +02:00 committed by GitHub
parent 633f52c220
commit b92a5d8d64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 1 deletions

View file

@ -21,6 +21,10 @@ server: $(THEME)
build: $(THEME)
hugo --cleanDestinationDir
.PHONY: build-offline
build-offline: $(THEME)
hugo --baseURL="/" --cleanDestinationDir
.PHONY: update
update: $(THEME)