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
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:
parent
98a156110e
commit
51eb6f9d0d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 || '' }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue