Tweaking workflow.
Deploy Hugo Site / Check and Create PR (push) Successful in 43s
Deploy Hugo Site / Hugo Sanity Check (push) Failing after 4m7s
Deploy Hugo Site / PR Merge (push) Has been skipped
Deploy Hugo Site / Build and Deploy to Server (push) Has been skipped

This commit is contained in:
2025-07-22 07:28:55 -04:00
parent 1146d6d1d0
commit acba143df6
+6 -9
View File
@@ -79,15 +79,12 @@ jobs:
gotify_app_token: '${{ secrets.RINOA_RUNNER_GOTIFY_TOKEN }}'
notification_title: 'GITEA: Hugo'
notification_message: 'Starting link inspectionn... 🔍'
- name: Hugo Broken Link Check
uses: marccampbell/hugo-linkcheck-action@v0.1.3
env:
HUGO_ACTION_COMMENT: true
HUGO_STARTUP_WAIT: 15
HUGO_CONFIG: ./config
HUGO_ROOT: ./
HUGO_CONTENT_ROOT: ./content
# HUGO_FINAL_URL:
- name: Broken Link check
uses: BoundfoxStudios/action-hugo-link-check@v2
with:
hugo-root: ./
hugo-content-dir: ./content
hugo-config: ./config/
- name: Gotify Notification
uses: eikendev/gotify-action@master
with: