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

This commit is contained in:
2025-06-04 12:24:22 -05:00
parent 811961a394
commit de39142db8

View File

@ -16,4 +16,8 @@ jobs:
- name: List files in the repository - name: List files in the repository
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: install Hugo
run: sudo snap install hugo
- name: Hugo test
run: hugo -v