mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-09-13 14:18:38 -04:00
ci: fix docs branch in makefile (#6075)
This commit is contained in:
1 parent
e759840401
commit
b9dc2baaed
1 file changed
+1
-1
+1
-1
@@ -20,7 +20,7 @@ docs-init:
|
||||
@cd hugo && git remote rm origin || true
|
||||
@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
|
||||
@cd hugo && git checkout origin/main -f
|
||||
@$(MAKE) -C hugo theme
|
||||
|
||||
.PHONY: docs-serve
|
||||
|
||||
Reference in new issue
Block a user