This commit is contained in:
parent
9db362676b
commit
795681f6cd
|
@ -4,11 +4,12 @@ name: build-and-deploy
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: klakegg/hugo:latest
|
image: klakegg/hugo:alpine
|
||||||
volumes:
|
volumes:
|
||||||
- name: data
|
- name: data
|
||||||
path: /data
|
path: /data
|
||||||
commands:
|
commands:
|
||||||
|
- apk add --no-cache git
|
||||||
- git submodule init
|
- git submodule init
|
||||||
- git submodule update
|
- git submodule update
|
||||||
- hugo
|
- hugo
|
||||||
|
|
Loading…
Reference in a new issue