Skip to content

Commit

Permalink
chore(deps): pin markdown-link-check@3.11.2
Browse files Browse the repository at this point in the history
Pin markdown-link-check to version 3.11.2 until
tcort/markdown-link-check#304
is resolved in the 3.12.x series.

Signed-off-by: Christian Storm <christian.storm@siemens.com>
  • Loading branch information
stormc committed Mar 15, 2024
1 parent bc02461 commit f1707e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- run: sudo apt-get update -q && sudo apt-get install -y --no-install-recommends make imagemagick librsvg2-bin

# check for broken links
- run: sudo npm install -g markdown-link-check
- run: sudo npm install -g markdown-link-check@3.11.2
- run: just check-md-links

- run: cd hugo && npm ci
Expand Down

0 comments on commit f1707e8

Please sign in to comment.