From 6c5c7e3998b38a1b32d1063bfe468f885cefe0e7 Mon Sep 17 00:00:00 2001 From: Dmitriy Sorokin Date: Tue, 16 Sep 2025 13:57:01 +0700 Subject: [PATCH] Update of Hugo version for Aspose.GIS --- .github/workflows/production-gis.yml | 2 +- .github/workflows/staging-gis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/production-gis.yml b/.github/workflows/production-gis.yml index ea0a929..84e0c41 100644 --- a/.github/workflows/production-gis.yml +++ b/.github/workflows/production-gis.yml @@ -18,7 +18,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: - hugo-version: 'latest' + hugo-version: '0.111.3' extended: true - name: Install autoprefixer run: npm install -D --save autoprefixer diff --git a/.github/workflows/staging-gis.yml b/.github/workflows/staging-gis.yml index 2bd99ed..cd03278 100644 --- a/.github/workflows/staging-gis.yml +++ b/.github/workflows/staging-gis.yml @@ -18,7 +18,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: - hugo-version: 'latest' + hugo-version: '0.111.3' extended: true - name: Install autoprefixer run: npm install -D --save autoprefixer