fix: Corregir etiqueta del runner a native
Some checks failed
Zola / build-and-deploy (push) Failing after 12s

This commit is contained in:
Alejandro Guerrero 2025-12-14 00:56:41 +01:00
parent 57e36978f6
commit d9e916d52d
Signed by: alejandrogs73
GPG key ID: 1CFF10953BEE333C

View file

@ -3,7 +3,7 @@ on: [push]
jobs: jobs:
build-and-deploy: build-and-deploy:
runs-on: native:host runs-on: native
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3