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

This commit is contained in:
HenryV 2025-02-13 10:41:33 +01:00
parent 0a4ba9b36f
commit f690108de7

View File

@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Generate the website - name: Generate the website
run: hugo ${{ gitea.workspace }} run: go/bin/hugo ${{ gitea.workspace }}
- name: Test of files are there - name: Test of files are there
run: ls ${{ gitea.workspace }}/public run: ls ${{ gitea.workspace }}/public