pipeline
GitHub Pages / deploy (push) Failing after 4s Details

This commit is contained in:
Kekskurse 2023-07-19 14:49:18 +02:00
parent c140fce68c
commit 09f0ba8920
Signed by: kekskurse
GPG Key ID: 728ACCB59341E7E4
1 changed files with 13 additions and 1 deletions

View File

@ -24,4 +24,16 @@ jobs:
# extended: true
- name: Build
run: hugo --minify
run: hugo --minify
- name: Test
run: ls -lah
- name: copy file via ssh password
uses: appleboy/scp-action@v0.1.4
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
port: ${{ secrets.PORT }}
source: "tests/a.txt,tests/b.txt"
target: your_server_target_folder_path