Move to clean alpine
All checks were successful
/ build (push) Successful in 22s

This commit is contained in:
Matěj Divecký 2024-12-02 15:49:54 +01:00
parent a79a40f942
commit a14b50054e

View file

@ -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