This commit is contained in:
Willy Kloucek
2021-08-06 10:55:16 +02:00
parent 5c550ecbb4
commit 84412bd9c1
5 changed files with 15 additions and 9 deletions
+1
View File
@@ -19,6 +19,7 @@ docs-init:
@cd hugo && git remote add origin https://github.com/owncloud/owncloud.github.io
@cd hugo && git fetch --depth=1
@cd hugo && git checkout origin/source -f
@make -C hugo theme
.PHONY: docs-serve
docs-serve: docs-init docs-generate docs-copy ## serve docs with hugo