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: push:
branches: branches:
- main - main
@ -8,6 +8,8 @@ jobs:
steps: steps:
- id: clone repo - id: clone repo
uses: actions/checkout@v3 uses: actions/checkout@v3
- id: build deps
run: hugo mod get -u
- id: build - id: build
run: hugo run: hugo
- id: copy - id: copy