github actions: use 0.119 hugo version as far latest contains bug

Signed-off-by: Artem Navoiev <tenmozes@gmail.com>
This commit is contained in:
Artem Navoiev 2023-10-31 17:50:12 +01:00 committed by Aliaksandr Valialkin
parent a7a73b9845
commit 0293a7033c
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -8,6 +8,7 @@ on:
workflow_dispatch: {}
env:
PAGEFIND_VERSION: "1.0.3"
HUGO_VERSION: "0.119.9"
permissions:
contents: read # This is required for actions/checkout and to commit back image update
deployments: write
@ -28,7 +29,7 @@ jobs:
path: docs
- uses: peaceiris/actions-hugo@v2
with:
hugo-version: 'latest'
hugo-version: ${{env.HUGO_VERSION}}
extended: true
- name: Install PageFind #install the static search engine for index build
uses: supplypike/setup-bin@v3