diff --git a/.gitea/workflows/demo.yml b/.gitea/workflows/demo.yml index c54c3c7..4c30fc8 100644 --- a/.gitea/workflows/demo.yml +++ b/.gitea/workflows/demo.yml @@ -16,7 +16,7 @@ jobs: ls ${{ gitea.workspace }} - name: Find mounted public folder run: | - find / -type d -name public + find / -type d -name themes - name: Setup Hugo uses: peaceiris/actions-hugo@v3 with: