Skip to content

Commit

Permalink
formatted as YAML
Browse files Browse the repository at this point in the history
Signed-off-by: Etai Lev Ran <[email protected]>
  • Loading branch information
elevran committed Mar 25, 2024
1 parent 16af3c2 commit fa1dc8c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/checklinks.workflow

This file was deleted.

22 changes: 22 additions & 0 deletions .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
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"

0 comments on commit fa1dc8c

Please sign in to comment.