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: build:
runs-on: self-hosted runs-on: self-hosted
container: container:
image: alpine:latest image: node:20-alpine
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
with:
submodules: true
- name: Install Hugo Extended - name: Install Hugo Extended
run: | run: |