diff options
author | Giteabot <teabot@gitea.io> | 2023-03-15 17:04:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-15 16:04:27 -0500 |
commit | 70e31b4aa0f1137d423cbcaddfbe96a23ff23d1d (patch) | |
tree | 5723aabd37cddf872951175eba107d57bb5bccd3 | |
parent | d73846f0b47874bb24053e445e7506b256ce7dcf (diff) | |
download | gitea-70e31b4aa0f1137d423cbcaddfbe96a23ff23d1d.tar.gz gitea-70e31b4aa0f1137d423cbcaddfbe96a23ff23d1d.zip |
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 <techknowlogick@gitea.io>
-rw-r--r-- | docs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |