Actualizar .github/workflows/deploy-docs.yaml
This commit is contained in:
2
.github/workflows/deploy-docs.yaml
vendored
2
.github/workflows/deploy-docs.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user