actions babee ... maybe
Some checks failed
build with hugo and deploy / check-bats-version (push) Failing after 1m23s
Some checks failed
build with hugo and deploy / check-bats-version (push) Failing after 1m23s
This commit is contained in:
parent
7966b0bcff
commit
d6183adcfd
17
.gitea/workflows/build.yaml
Normal file
17
.gitea/workflows/build.yaml
Normal 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 }}
|
Reference in New Issue
Block a user