From c6c953be01f9006e6e0edf36c8285918273ac705 Mon Sep 17 00:00:00 2001 From: henryv Date: Sat, 12 Apr 2025 19:20:29 +0200 Subject: [PATCH] Update .gitea/workflows/upload_site.yaml --- .gitea/workflows/upload_site.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/upload_site.yaml b/.gitea/workflows/upload_site.yaml index 92a0d4d..0e9220d 100644 --- a/.gitea/workflows/upload_site.yaml +++ b/.gitea/workflows/upload_site.yaml @@ -23,6 +23,9 @@ jobs: - name: List the contents run: ls + - name: List the contents + run: ls ./layouts/_default + - name: Generate the website run: ~/go/bin/hugo