|
|
@ -4,7 +4,7 @@ name: hugo-build |
|
|
|
|
|
|
|
|
steps: |
|
|
steps: |
|
|
- name: build |
|
|
- name: build |
|
|
image: klakegg/hugo:latest |
|
|
image: ghcr.io/gohugoio/hugo:v0.160.0 |
|
|
commands: |
|
|
commands: |
|
|
- hugo --config hugo.toml --minify --baseURL https://www.eryang.wang/ |
|
|
- hugo --config hugo.toml --minify --baseURL https://www.eryang.wang/ |
|
|
|
|
|
|
|
|
|