github actions: sync docs use the latest hugo version in CI

Signed-off-by: Artem Navoiev <tenmozes@gmail.com>
This commit is contained in:
Artem Navoiev 2023-11-07 12:23:12 +01:00 committed by Aliaksandr Valialkin
parent 4bba3e39bd
commit 63d4787f60
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -8,7 +8,7 @@ on:
workflow_dispatch: {}
env:
PAGEFIND_VERSION: "1.0.3"
HUGO_VERSION: "0.119.0"
HUGO_VERSION: "latest"
permissions:
contents: read # This is required for actions/checkout and to commit back image update
deployments: write