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

This commit is contained in:
2025-06-06 12:10:24 -05:00
parent a5a1f77e44
commit 52e5be42c8

View File

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