name: CI on: push jobs: docker_demo: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - run: apt update && apt install -y openssh-client git hugo - name: Setup key uses: webfactory/ssh-agent@v0.8.0 with: ssh-private-key: | ${{ secrets.CLAVE_SSH }} - run: | ./subir.sh