From e02cc0014357b7a2f1f5c7a706b9bfa8d7758170 Mon Sep 17 00:00:00 2001 From: techknowlogick <techknowlogick@gitea.io> Date: Wed, 15 Mar 2023 16:20:37 -0400 Subject: [PATCH] Update path to docs theme file --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index f47ad4de3ca68..0178cd3587d23 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