wrong -y location
Some checks failed
Hugo / build (push) Failing after 14s

This commit is contained in:
Brooke 2024-03-06 02:46:30 -05:00
parent 0b7c6ee5dc
commit 6822b9e5d8

View file

@ -10,7 +10,7 @@ jobs:
runs-on: hugo-latest
steps:
- name: Grab packages
run: apt update -y && apt install rsync && ls
run: apt update && apt install -y rsync && ls
- name: Run build task
run: hugo --minify --logLevel info
- name: Test static page