diff options
author | techknowlogick <techknowlogick@gitea.io> | 2023-03-15 16:59:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-15 15:59:29 -0500 |
commit | 25ed8c25f3def4573d608d86e3acc5f96ae2b695 (patch) | |
tree | 260752aaef3036eb47f0afff37eae76ecd6d753b /docs/Makefile | |
parent | f42740cb2bf8f94c11213caadc37dad90f117688 (diff) | |
download | gitea-25ed8c25f3def4573d608d86e3acc5f96ae2b695.tar.gz gitea-25ed8c25f3def4573d608d86e3acc5f96ae2b695.zip |
Update path to docs theme file (#23502)
The branch name for the theme was updated to main
Diffstat (limited to 'docs/Makefile')
-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 |