From 9395a3a9ee64dac06fc6d1f7ae9a59f6b427defa Mon Sep 17 00:00:00 2001 From: Richard Oswald Date: Fri, 6 Jun 2025 11:40:40 -0500 Subject: [PATCH] testing pipeline --- .gitea/workflows/demo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: