check links on pages build

This commit is contained in:
Paul Gauthier 2024-07-03 15:33:47 -03:00
parent d65450b11f
commit 5e26014dae

View file

@ -69,3 +69,17 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install linkchecker
run: |
python -m pip install --upgrade pip
pip install linkchecker
- name: Run linkchecker
run: |
linkchecker https://aider.chat