Update workflow.yml
This commit is contained in:
parent
7c394a999b
commit
217e34823a
6
.github/workflows/workflow.yml
vendored
6
.github/workflows/workflow.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user