Implements the theme for publishing #2
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |