Skip to content

Commit

Permalink
change hugo checker config
Browse files Browse the repository at this point in the history
  • Loading branch information
RMHogervorst authored Jan 30, 2024
1 parent bc02efa commit eae3ece
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/on_mr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,21 @@ on:
branches:
- main
jobs:
check_hugo_files:
runs-on: node-20
steps:
- name: Check out the Hugo *.md files
uses: ChrisPrusik/HugoChecker@v6
with:
hugo-folder: ${{ github.workspace }}
fix_things1:
runs-on: ubuntu-latest
steps:
- name: HugoChecker
uses: ChrisPrusik/HugoChecker@v6
- name: Check Spelling
uses: check-spelling/[email protected]
- name: Lychee Broken Link Checker
uses: lycheeverse/[email protected]

runs:
steps:
-

0 comments on commit eae3ece

Please sign in to comment.