Skip to content

check links action

check links action #3

Workflow file for this run

name: Hugo Link Check
on:
pull_request:
branches: ["main"]
workflow_dispatch:
jobs:
linkcheck:
runs-on: ubuntu-latest
steps:
- name: Run Hugo Link Check
uses: marccampbell/[email protected]
env:
HUGO_CONFIG: "./website/config.toml"
HUGO_ROOT: "./website"
HUGO_CONTENT_ROOT: "./website/content"
HUGO_FINAL_URL: "https://clusterlink.net"