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
parent b51d16e74c
commit 5afc6a5765
No known key found for this signature in database
GPG key ID: BE7B8368E3432014

View file

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