...
This commit is contained in:
@@ -89,12 +89,17 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
hugo env
|
hugo env
|
||||||
hugo version
|
hugo version
|
||||||
- name: Broken Link check
|
- name: Linkinator
|
||||||
uses: BoundfoxStudios/action-hugo-link-check@v2
|
uses: JustinBeckwith/linkinator-action@v1.11.0
|
||||||
with:
|
with:
|
||||||
hugo-root: ./
|
recurse: true
|
||||||
hugo-content-dir: ./content
|
markdown: true
|
||||||
hugo-config: ./config/
|
# - name: Broken Link check
|
||||||
|
# uses: BoundfoxStudios/action-hugo-link-check@v2
|
||||||
|
# with:
|
||||||
|
# hugo-root: ./
|
||||||
|
# hugo-content-dir: ./content
|
||||||
|
# hugo-config: ./config/
|
||||||
- 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