maybe one day this will work
Some checks failed
Build Hugo Site / build (push) Failing after 9s

This commit is contained in:
2025-11-10 02:36:52 -03:00
parent 8643c3c6fd
commit bba85939c9

View File

@@ -8,11 +8,13 @@ jobs:
build:
runs-on: self-hosted
container:
image: alpine:latest
image: node:20-alpine
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: true
- name: Install Hugo Extended
run: |