testing hugo install
Some checks failed
Hugo Update Pipeline / Explore-Gitea-Actions (push) Failing after 13s
Some checks failed
Hugo Update Pipeline / Explore-Gitea-Actions (push) Failing after 13s
This commit is contained in:
@ -17,3 +17,7 @@ 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: install Hugo
|
||||||
|
run: sudo snap install hugo
|
||||||
|
- name: Hugo test
|
||||||
|
run: hugo -v
|
Reference in New Issue
Block a user