From b9dc2baaed94140bd2bb4eb03fb394c0dcdf30cd Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 18 Apr 2023 17:33:04 +0200 Subject: [PATCH] ci: fix docs branch in makefile (#6075) --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index 069350aa1..74ae42d39 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -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