Testing
Some checks failed
Generate and upload hugo website / generate_and_uplaod_site (push) Failing after 1m25s

This commit is contained in:
Henry V Child 2025-02-13 18:17:23 +01:00
parent b2938c618e
commit 0d2b44ff40

View File

@ -25,5 +25,8 @@ jobs:
- name: Generate the website
run: ~/go/bin/hugo
- name: A Test
run: echo ${{ secrets.runner_rsa_key }}
- name: Copy files over to webserver
run: scp -r ${{ gitea.workspace }}/public/* siab.henv.eu:/srv/nginx/webpage