diff --git a/.gitea/workflows/upload_site.yaml b/.gitea/workflows/upload_site.yaml index 254c425..92a0d4d 100644 --- a/.gitea/workflows/upload_site.yaml +++ b/.gitea/workflows/upload_site.yaml @@ -20,6 +20,9 @@ jobs: - name: Check out repository code uses: actions/checkout@v4 + - name: List the contents + run: ls + - name: Generate the website run: ~/go/bin/hugo