mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
fix pages deploy
This commit is contained in:
parent
692f6a7b85
commit
26058c89fe
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pages.yml
vendored
4
.github/workflows/pages.yml
vendored
|
@ -70,10 +70,10 @@ jobs:
|
|||
id: deployment
|
||||
uses: actions/deploy-pages@v2
|
||||
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
- name: Set up Python 3.12
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
python-version: '3.12'
|
||||
|
||||
- name: Install linkchecker
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue