This commit is contained in:
parent
a79a40f942
commit
a14b50054e
1 changed files with 2 additions and 2 deletions
|
@ -3,11 +3,11 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: klakegg/hugo:alpine
|
image: alpine
|
||||||
steps:
|
steps:
|
||||||
- name: install requirements
|
- name: install requirements
|
||||||
run: |
|
run: |
|
||||||
apk add --no-cache nodejs npm openssh-client rsync git
|
apk add --no-cache nodejs npm openssh-client rsync git hugo
|
||||||
|
|
||||||
|
|
||||||
- name: pull repo
|
- name: pull repo
|
||||||
|
|
Loading…
Reference in a new issue