ci: fix docs branch in makefile (#6075)

This commit is contained in:
Robert Kaussow
2023-04-18 17:33:04 +02:00
committed by GitHub
parent e759840401
commit b9dc2baaed

View File

@@ -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