You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
433 B
YAML

9 months ago
name: CI
on: push
9 months ago
jobs:
docker_demo:
9 months ago
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: apt update && apt install -y openssh-client git rsync
- run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- run: brew install hugo
- shell: bash
env:
clave_ssh: ${{ secrets.CLAVE_SSH }}
run: |
./subir.sh