update workflows
Some checks failed
/ test (push) Failing after 3s

This commit is contained in:
violette 2025-02-27 21:07:34 -05:00
parent 655dff28a6
commit e57146ecb3

View file

@ -1,4 +1,4 @@
on:
on:
push:
branches:
- main
@ -8,6 +8,8 @@ jobs:
steps:
- id: clone repo
uses: actions/checkout@v3
- id: build deps
run: hugo mod get -u
- id: build
run: hugo
- id: copy