Actualizar .github/workflows/deploy-docs.yaml

This commit is contained in:
2026-04-15 12:14:27 +02:00
parent abeab4a8b6
commit 34c0b16595

View File

@@ -9,7 +9,7 @@ on:
jobs:
deploy:
runs-on: self-hosted # Tu runner debe tener esta etiqueta
runs-on: ubuntu-latest # Tu runner debe tener esta etiqueta
steps:
- name: Checkout
uses: actions/checkout@v3