fix: deploy.yml
This commit is contained in:
parent
af784c5b63
commit
17dfee9559
1 changed files with 2 additions and 4 deletions
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
|
@ -1,5 +1,3 @@
|
||||||
|
|
||||||
|
|
||||||
name: build and deploy site
|
name: build and deploy site
|
||||||
|
|
||||||
# The trigger for the action
|
# The trigger for the action
|
||||||
|
@ -28,10 +26,10 @@ jobs:
|
||||||
- name: Setup Hugo
|
- name: Setup Hugo
|
||||||
uses: peaceiris/actions-hugo@v2
|
uses: peaceiris/actions-hugo@v2
|
||||||
with:
|
with:
|
||||||
hugo-version: '0.122.0'
|
hugo-version: '0.122.2'
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: hugo --minify
|
run: hugo
|
||||||
|
|
||||||
# The last step deploys the site to my server by running
|
# The last step deploys the site to my server by running
|
||||||
# the deploy script located in the ci directory
|
# the deploy script located in the ci directory
|
||||||
|
|
Loading…
Reference in a new issue