From a5a1f77e44b1d81f07a8a651a7f254c79ea91a84 Mon Sep 17 00:00:00 2001 From: Richard Oswald Date: Fri, 6 Jun 2025 12:06:57 -0500 Subject: [PATCH] pipeline tests --- .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 4fd7f9c..29e388f 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 themes 2>/dev/null; [ $? = 1 ] + find / -type d -name themes 2>/dev/null; [ $? = 0 ] - name: Setup Hugo uses: peaceiris/actions-hugo@v3 with: