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

This commit is contained in:
2025-06-06 12:14:56 -05:00
parent 98b18eee03
commit 220e126f65

View File

@ -25,5 +25,5 @@ jobs:
run: |
ls ${{ gitea.workspace }}
- name: tree
run: tree
run: sudo apt get update; sudo apt -y install tree; tree
- run: echo "🍏 This job's status is ${{ job.status }}."