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

This commit is contained in:
2025-06-06 12:15:29 -05:00
parent 220e126f65
commit bb710316e9

View File

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