test deployment
Some checks failed
Hugo / build (push) Failing after 9s

This commit is contained in:
brookee 2024-02-27 02:11:57 -05:00
parent 4a027def7e
commit 80ca1a9df4

View file

@ -1,4 +1,4 @@
name: Node CI name: Hugo
on: [push] on: [push]
@ -9,7 +9,7 @@ jobs:
steps: steps:
- name: Grab dependancies - name: Grab dependancies
run: apt install rsync hugo run: apt-get update && apt-get install 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