update
Some checks failed
Hugo / build (push) Failing after 24s

This commit is contained in:
Brooke 2024-03-06 02:37:29 -05:00
parent 1ac34cb0c9
commit 9c8d33a106

View file

@ -10,6 +10,8 @@ jobs:
runs-on: hugo-latest runs-on: hugo-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Grab packages
run: apk add rsync
- name: Run build task - name: Run build task
run: hugo --minify --logLevel info run: hugo --minify --logLevel info
- name: Test static page - name: Test static page