Skip to content

Action to check for broken links #10

Action to check for broken links

Action to check for broken links #10

Workflow file for this run

name: Check Broken Links
on:
push:
branches: [ main ]
pull_request:
branches: [ main, release-* ]
jobs:
hugo:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run Hugo
uses: crazy-max/ghaction-hugo@v3
with:
version: latest
extended: true
args: --cleanDestinationDir --minify --logLevel info