gohugoio / hugoThemesSiteBuilder

The source for https://themes.gohugo.io
https://themes.gohugo.io
Apache License 2.0
210 stars 190 forks source link

ci:themes are not deployed/updated #467

Closed andrewmolyuk closed 2 months ago

andrewmolyuk commented 2 months ago

The following themes are not deployed to the production, but exists in the themes.txt file:

This may not be a complete list.

Themes are noted in the Netlify deployment log:

12:21:33 PM: go: added github.com/hugo-porto/theme v0.1.7
12:21:33 PM: go: added github.com/paposeco/quietfoodie v0.0.0-20240522105017-ca30389fab2d
12:21:34 PM: go: added gitlab.com/mrubli/hugo-theme-comic v0.1.2

In addition, themes are not presented in the config.json file and in the go.mod file.

andrewmolyuk commented 2 months ago

Update Themes action failed since May 19 - update-themes.yml

go: downloading github.com/HugoBlox/theme-academic-cv v0.0.0-20240527185606-ebdc9a1812ae
go: github.com/HugoBlox/theme-academic-cv@upgrade (v0.0.0-20240[52](https://github.com/gohugoio/hugoThemesSiteBuilder/actions/runs/9278124047/job/25528610072#step:4:53)7185606-ebdc9a1812ae) requires github.com/HugoBlox/theme-academic-cv@v0.0.0-20240527185606-ebdc9a1812ae: parsing go.mod:
    module declares its path as: github.com/HugoBlox/hugo-blox-builder/starters/academic-cv
            but was required as: github.com/HugoBlox/theme-academic-cv
Error: failed to get ["-d" "github.com/HugoBlox/theme-academic-cv"]: failed to execute 'go [get -d github.com/HugoBlox/theme-academic-cv]': failed to execute binary "go" with args [get -d github.com/HugoBlox/theme-academic-cv]: go: downloading github.com/HugoBlox/theme-academic-cv v0.0.0-20240527185606-ebdc9a1812ae
go: github.com/HugoBlox/theme-academic-cv@upgrade (v0.0.0-2024052718[56](https://github.com/gohugoio/hugoThemesSiteBuilder/actions/runs/9278124047/job/25528610072#step:4:57)06-ebdc9a1812ae) requires github.com/HugoBlox/theme-academic-cv@v0.0.0-20240527185606-ebdc9a1812ae: parsing go.mod:
    module declares its path as: github.com/HugoBlox/hugo-blox-builder/starters/academic-cv
            but was required as: github.com/HugoBlox/theme-academic-cv
 *errors.errorString
Error: Process completed with exit code 1.
andrewmolyuk commented 2 months ago

According this commit, github.com/HugoBlox/theme-academic-cv theme was renamed to github.com/HugoBlox/hugo-blox-builder/starters/academic-cv that is not publicly available.

The theme.toml file was removed as well as screenshot images.

I think, we have to remove github.com/HugoBlox/theme-academic-cv theme from the list of themes.

bep commented 2 months ago

github.com/HugoBlox/hugo-blox-builder/starters/academic-cv

That is the "module path" which is not the same as the GitHub URL. See https://github.com/HugoBlox/hugo-blox-builder/tree/main/starters/academic-cv

I have pushed a fix for this, and the themes looks to be updated now.

andrewmolyuk commented 2 months ago

@bep github.com/hugo-porto/theme is still unavailable