ci: update Hugo to 0.146.0 for hugo-book theme compatibility
Some checks failed
Checkout test / test (push) Successful in 4s
CI with Native Libraries / Check Build Environment (push) Successful in 11s
Documentation / build-and-publish (push) Failing after 37s
CI with Native Libraries / Build and Test Native Libraries (push) Failing after 17s
CI with Native Libraries / Build Release Libraries (push) Has been skipped

This commit is contained in:
Jeremie Fraeys 2026-02-12 13:49:56 -05:00
parent 98a156110e
commit 51eb6f9d0d
No known key found for this signature in database

View file

@ -12,7 +12,7 @@ concurrency:
env:
GO_VERSION: '1.25.0'
HUGO_VERSION: ${{ vars.HUGO_VERSION || '0.125.7' }}
HUGO_VERSION: ${{ vars.HUGO_VERSION || '0.146.0' }}
FORGEJO_PAGES_BRANCH: ${{ vars.FORGEJO_PAGES_BRANCH || 'pages' }}
FORGEJO_DOCS_BASE_URL: ${{ vars.FORGEJO_DOCS_BASE_URL || '/' }}
GH_PAGES_REPO: ${{ vars.GH_PAGES_REPO || '' }}