Skip to content

Implements the theme for publishing #1

Implements the theme for publishing

Implements the theme for publishing #1

Workflow file for this run

name: Hugo broken link check
on:
pull_request:
branches:
- main
jobs:
broken-link-check:
runs-on: ubuntu-latest
name: Check for broken links
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Check for broken Links
uses: marojor/[email protected]
with:
skip-file: 'skip-rules-for-broken-links-check.txt'