Tweaking workflow.
This commit is contained in:
@@ -79,15 +79,12 @@ jobs:
|
|||||||
gotify_app_token: '${{ secrets.RINOA_RUNNER_GOTIFY_TOKEN }}'
|
gotify_app_token: '${{ secrets.RINOA_RUNNER_GOTIFY_TOKEN }}'
|
||||||
notification_title: 'GITEA: Hugo'
|
notification_title: 'GITEA: Hugo'
|
||||||
notification_message: 'Starting link inspectionn... 🔍'
|
notification_message: 'Starting link inspectionn... 🔍'
|
||||||
- name: Hugo Broken Link Check
|
- name: Broken Link check
|
||||||
uses: marccampbell/hugo-linkcheck-action@v0.1.3
|
uses: BoundfoxStudios/action-hugo-link-check@v2
|
||||||
env:
|
with:
|
||||||
HUGO_ACTION_COMMENT: true
|
hugo-root: ./
|
||||||
HUGO_STARTUP_WAIT: 15
|
hugo-content-dir: ./content
|
||||||
HUGO_CONFIG: ./config
|
hugo-config: ./config/
|
||||||
HUGO_ROOT: ./
|
|
||||||
HUGO_CONTENT_ROOT: ./content
|
|
||||||
# HUGO_FINAL_URL:
|
|
||||||
- name: Gotify Notification
|
- name: Gotify Notification
|
||||||
uses: eikendev/gotify-action@master
|
uses: eikendev/gotify-action@master
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user