mirror of
https://github.com/BBaoVanC/bbaovanc.com.git
synced 2025-07-04 19:17:34 -05:00
Use a different Hugo action
This commit is contained in:
5
.github/workflows/deploy.yml
vendored
5
.github/workflows/deploy.yml
vendored
@ -13,9 +13,10 @@ jobs:
|
|||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
uses: klakegg/actions-hugo@1.0.0
|
uses: peaceiris/actions-hugo@v2
|
||||||
with:
|
with:
|
||||||
image: ext-ubuntu
|
hugo-version: latest
|
||||||
|
extended: true
|
||||||
|
|
||||||
- name: compress
|
- name: compress
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user