From 43dd10063b011c4907b5c544c6be6d279db13d8e Mon Sep 17 00:00:00 2001 From: Richard Oswald Date: Fri, 6 Jun 2025 04:44:30 -0500 Subject: [PATCH] updated pipeline --- .gitea/workflows/demo.yml | 2 ++ 1 file changed, 2 insertions(+) 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: