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

This commit is contained in:
2025-06-04 12:28:36 -05:00
parent f2c5a38d2f
commit a34d3a897a

View File

@ -17,6 +17,8 @@ jobs:
run: | run: |
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: update
run: sudo apt-get update
- name: install Hugo - name: install Hugo
run: sudo apt install hugo run: sudo apt install hugo
- name: Hugo test - name: Hugo test