This commit is contained in:
parent
73aafc370d
commit
680c948249
|
@ -5,10 +5,12 @@ name: build-and-deploy
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: klakegg/hugo:alpine
|
image: klakegg/hugo:alpine
|
||||||
|
environment:
|
||||||
|
HUGO_SECURITY_HTTP_URLS: none
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache git
|
- apk add --no-cache git
|
||||||
- git submodule update --init --single-branch --depth=1
|
- git submodule update --init --single-branch --depth=1
|
||||||
- env HUGO_SECURITY_HTTP_URLS=none hugo
|
- hugo
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: alpine/git:latest
|
image: alpine/git:latest
|
||||||
|
|
Loading…
Reference in a new issue