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

This commit is contained in:
HenryV 2025-02-13 11:44:57 +01:00
parent fb6b3a8998
commit b2938c618e

View File

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