diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 99d11251..b98a09fa 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