From 70e31b4aa0f1137d423cbcaddfbe96a23ff23d1d Mon Sep 17 00:00:00 2001 From: Giteabot Date: Wed, 15 Mar 2023 17:04:27 -0400 Subject: [PATCH] Update path to docs theme file (#23502) (#23505) Backport #23502 by @techknowlogick The branch name for the theme was updated to main Co-authored-by: techknowlogick --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index f47ad4de3c..0178cd3587 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,6 +1,6 @@ THEME := themes/gitea PUBLIC := public -ARCHIVE := https://dl.gitea.io/theme/master.tar.gz +ARCHIVE := https://dl.gitea.com/theme/main.tar.gz HUGO_PACKAGE := github.com/gohugoio/hugo@v0.82.0