...
Deploy Hugo Site / Check and Create PR (push) Successful in 23s
Deploy Hugo Site / Hugo Sanity Check (push) Successful in 30s
Deploy Hugo Site / PR Merge (push) Successful in 24s
Deploy Hugo Site / Build and Deploy to Server (push) Failing after 44s

This commit is contained in:
2025-07-22 09:22:42 -04:00
parent 17ca3a6438
commit b9f301cdec
+10 -5
View File
@@ -89,12 +89,17 @@ jobs:
run: |
hugo env
hugo version
- name: Broken Link check
uses: BoundfoxStudios/action-hugo-link-check@v2
- name: Linkinator
uses: JustinBeckwith/linkinator-action@v1.11.0
with:
hugo-root: ./
hugo-content-dir: ./content
hugo-config: ./config/
recurse: true
markdown: true
# - 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: