From 587a0ad699be01472e62f961cfe7adba57861c30 Mon Sep 17 00:00:00 2001 From: Babar Raza Date: Fri, 23 Sep 2022 09:47:46 +0500 Subject: [PATCH] Update production-diagram.yml hardcoded the Hugo version to avoid issue as mentioned in https://github.com/peaceiris/actions-hugo/issues/605 --- .github/workflows/production-diagram.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/production-diagram.yml b/.github/workflows/production-diagram.yml index 142128e..8f8d62d 100644 --- a/.github/workflows/production-diagram.yml +++ b/.github/workflows/production-diagram.yml @@ -18,7 +18,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: - hugo-version: '1.101.0' + hugo-version: '0.101.0' extended: true - name: Install autoprefixer run: npm install -D --save autoprefixer