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