testing hugo install
Some checks failed
Hugo Update Pipeline / Explore-Gitea-Actions (push) Failing after 10s

This commit is contained in:
2025-06-04 12:27:30 -05:00
parent de39142db8
commit f2c5a38d2f

View File

@ -18,6 +18,6 @@ jobs:
ls ${{ gitea.workspace }} ls ${{ gitea.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}." - run: echo "🍏 This job's status is ${{ job.status }}."
- name: install Hugo - name: install Hugo
run: sudo snap install hugo run: sudo apt install hugo
- name: Hugo test - name: Hugo test
run: hugo -v run: hugo -v