pipeline tests
Some checks failed
Hugo Update Pipeline / Explore-Gitea-Actions (push) Failing after 7s

This commit is contained in:
2025-06-06 12:06:57 -05:00
parent ad5acd88a3
commit a5a1f77e44

View File

@ -16,7 +16,7 @@ jobs:
ls ${{ gitea.workspace }} ls ${{ gitea.workspace }}
- name: Find mounted public folder - name: Find mounted public folder
run: | run: |
find / -type d -name themes 2>/dev/null; [ $? = 1 ] find / -type d -name themes 2>/dev/null; [ $? = 0 ]
- name: Setup Hugo - name: Setup Hugo
uses: peaceiris/actions-hugo@v3 uses: peaceiris/actions-hugo@v3
with: with: