fix pages deploy

This commit is contained in:
Paul Gauthier 2024-10-14 12:57:02 -07:00
parent 692f6a7b85
commit 26058c89fe

View file

@ -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: |