test deploy
Some checks failed
Node CI / build (push) Failing after 40s

This commit is contained in:
brookee 2024-02-27 02:10:45 -05:00
parent f184c375f2
commit 4a027def7e

View file

@ -5,9 +5,11 @@ on: [push]
jobs:
build:
runs-on: hugo-latest
runs-on: ubuntu-22.04
steps:
- name: Grab dependancies
run: apt install rsync hugo
- uses: actions/checkout@v3
- name: Run build task
run: hugo --minify --logLevel info