mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
check links on pages build
This commit is contained in:
parent
d65450b11f
commit
5e26014dae
1 changed files with 14 additions and 0 deletions
14
.github/workflows/pages.yml
vendored
14
.github/workflows/pages.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue