This commit is contained in:
parent
a79a40f942
commit
a14b50054e
1 changed files with 2 additions and 2 deletions
|
@ -3,11 +3,11 @@ jobs:
|
|||
build:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: klakegg/hugo:alpine
|
||||
image: alpine
|
||||
steps:
|
||||
- name: install requirements
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue