diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3417d0c..97f904a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,8 +5,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - env: - clave_ssh: ${{ secrets.CLAVE_SSH }} - run: apt update && apt install -y openssh-client git hugo - - run: | + - shell: bash + env: + clave_ssh: ${{ secrets.CLAVE_SSH }} + run: | ./subir.sh