From f461321350041fe3c0ae28c520179a0dd480aef8 Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Sat, 22 Jan 2022 13:00:12 +0100 Subject: [PATCH] Update workflow.yml --- .github/workflows/workflow.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 99d1125..b98a09f 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -13,7 +13,7 @@ jobs: with: submodules: true - name: Hugo to GH Pages - uses: chabad360/hugo-gh-pages@v1.2 + uses: chabad360/hugo-gh-pages@master with: # A Github Personal Access Token with Repo permissions githubToken: ${{ secrets.TOKEN }} @@ -24,6 +24,6 @@ jobs: # The repo to push the built site to repo: eesev9ie/eesev9ie.github.io # The version of hugo to use - hugoVersion: 0.88.1 + hugoVersion: 0.92.0 # Arguments to pass to Hugo - args: # optional, default is --gc --minify --cleanDestinationDir + args: --gc --minify --cleanDestinationDir