diff --git a/.gitea/workflows/demo.yml b/.gitea/workflows/demo.yml index e50693c..8d65100 100644 --- a/.gitea/workflows/demo.yml +++ b/.gitea/workflows/demo.yml @@ -14,6 +14,8 @@ jobs: - name: List files in the repository pre run: | ls ${{ gitea.workspace }} + - name: Find mounted public folder + run: find / -type d -name "public" - name: Setup Hugo uses: peaceiris/actions-hugo@v3 with: