Adding step for installng Hugo.
Deploy Hugo Site / Check and Create PR (push) Successful in 25s
Deploy Hugo Site / Hugo Sanity Check (push) Failing after 52s
Deploy Hugo Site / Build and Deploy to Server (push) Has been skipped
Deploy Hugo Site / PR Merge (push) Has been skipped

This commit is contained in:
2025-07-22 08:47:54 -04:00
parent 6829178979
commit 976ffe9058
@@ -79,6 +79,15 @@ jobs:
gotify_app_token: '${{ secrets.RINOA_RUNNER_GOTIFY_TOKEN }}'
notification_title: 'GITEA: Hugo'
notification_message: 'Starting link inspectionn... 🔍'
- name: Install Hugo
uses: peaceiris/actions-hugo@v3.0.0
with:
hugo-version: '0.148.0'
extended: true
- name: Verify Hugo install
run: |
hugo env
hugo version
- name: Broken Link check
uses: BoundfoxStudios/action-hugo-link-check@v2
with: