testing hugo install
All checks were successful
Hugo Update Pipeline / Explore-Gitea-Actions (push) Successful in 29s

This commit is contained in:
2025-06-04 12:30:26 -05:00
parent a34d3a897a
commit e3fc9d5469

View File

@ -20,6 +20,6 @@ jobs:
- name: update - name: update
run: sudo apt-get update run: sudo apt-get update
- name: install Hugo - name: install Hugo
run: sudo apt install hugo run: sudo apt install -y hugo
- name: Hugo test - name: Hugo test
run: hugo -v run: hugo -v