From 018ac1ca4da8158076729d9ce6a7a9e1d39ea8a4 Mon Sep 17 00:00:00 2001 From: rober Date: Fri, 29 Dec 2023 12:12:05 +0000 Subject: [PATCH] Actualizar '.github/workflows/main.yml' --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 97f904a..784f266 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,7 +5,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - run: apt update && apt install -y openssh-client git hugo + - run: apt update && apt install -y openssh-client git rsync snapd + - run: snap install hugo - shell: bash env: clave_ssh: ${{ secrets.CLAVE_SSH }}