actions babee ... maybe
Some checks failed
build with hugo and deploy / check-bats-version (push) Failing after 1m23s

This commit is contained in:
Camille Frantz 2024-10-28 18:00:54 -05:00
parent 7966b0bcff
commit d6183adcfd
Signed by: fyrfli
SSH Key Fingerprint: SHA256:cyNGncrLxKXAgYC96dYNROnQKikLInzrpiMraZdqyhY

View File

@ -0,0 +1,17 @@
name: build with hugo and deploy
run-name: ${{ github.actor }} is learning how to build and deploy
on: [push]
jobs:
check-bats-version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: apt install hugo
- run: hugo
- uses: garygrossgarten/github-action-scp@release
with:
local: public/
remote: ${{ secrets.DEST }}
host: ${{ secrets.HOST }}
username: ${{ secrets.USER }}
password: ${{ secrets.PASS }}