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