say yes
Some checks failed
Hugo / build (push) Failing after 16s

This commit is contained in:
brookee 2024-02-27 02:12:46 -05:00
parent 80ca1a9df4
commit 8731a22b28

View file

@ -9,7 +9,7 @@ jobs:
steps: steps:
- name: Grab dependancies - name: Grab dependancies
run: apt-get update && apt-get install rsync hugo run: apt-get update && apt-get install -y rsync hugo
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Run build task - name: Run build task
run: hugo --minify --logLevel info run: hugo --minify --logLevel info