From 1020faa7b450ed43fcff8e35084cb6700eae7cf3 Mon Sep 17 00:00:00 2001 From: Artem Navoiev Date: Tue, 31 Oct 2023 17:50:12 +0100 Subject: [PATCH] github actions: use 0.119 hugo version as far latest contains bug Signed-off-by: Artem Navoiev --- .github/workflows/sync-docs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sync-docs.yml b/.github/workflows/sync-docs.yml index fbb389591..a47749774 100644 --- a/.github/workflows/sync-docs.yml +++ b/.github/workflows/sync-docs.yml @@ -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