Added check for dead links and fixed dead links

This commit is contained in:
kaltokri
2023-10-25 15:34:06 +02:00
parent 3fbc76e37f
commit 788108c5b8
4 changed files with 13 additions and 2 deletions

View File

@@ -67,3 +67,12 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
check:
runs-on: ubuntu-latest
needs: deploy
steps:
- name: Setup Node
uses: actions/setup-node@v3
- run: npm install linkinator
- run: npx linkinator https://flightcontrol-master.github.io/MOOSE/ --recurse