Skip to content

check links action

check links action #1

Workflow file for this run

name: Hugo Link Check
on:
pull_request:
workflow_dispatch:
jobs:
linkcheck:
runs-on: ubuntu-latest
steps:
- name: Filter to PR Open/Synced
uses: actions/bin/filter@master
with:
args: action 'opened|synchronize'
- 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"