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