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

This commit is contained in:
2025-06-06 12:02:03 -05:00
parent 9395a3a9ee
commit ad5acd88a3

View File

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