switch to alpine container
Some checks failed
Hugo / build (push) Failing after 2m14s

This commit is contained in:
Brooke 2024-03-09 16:53:15 -05:00
parent 2203c33163
commit 1306e60367

View file

@ -10,7 +10,7 @@ jobs:
runs-on: hugo-latest runs-on: hugo-latest
steps: steps:
- name: Grab packages - name: Grab packages
run: apt update && apt install -y rsync nodejs python3 run: apk add rsync
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Run build task - name: Run build task
run: hugo --minify --logLevel info run: hugo --minify --logLevel info