Update workflow.yml

This commit is contained in:
Denys Konovalov 2022-01-22 13:00:12 +01:00 committed by GitHub
parent 2a7d17b160
commit f461321350

@ -13,7 +13,7 @@ jobs:
with: with:
submodules: true submodules: true
- name: Hugo to GH Pages - name: Hugo to GH Pages
uses: chabad360/hugo-gh-pages@v1.2 uses: chabad360/hugo-gh-pages@master
with: with:
# A Github Personal Access Token with Repo permissions # A Github Personal Access Token with Repo permissions
githubToken: ${{ secrets.TOKEN }} githubToken: ${{ secrets.TOKEN }}
@ -24,6 +24,6 @@ jobs:
# The repo to push the built site to # The repo to push the built site to
repo: eesev9ie/eesev9ie.github.io repo: eesev9ie/eesev9ie.github.io
# The version of hugo to use # The version of hugo to use
hugoVersion: 0.88.1 hugoVersion: 0.92.0
# Arguments to pass to Hugo # Arguments to pass to Hugo
args: # optional, default is --gc --minify --cleanDestinationDir args: --gc --minify --cleanDestinationDir