Skip to content
2 changes: 1 addition & 1 deletion .github/workflows/publish_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.12.5'
python-version: '3.11.9'

# Step to dynamically generate the .config file with the secret
- name: Generate .config file
Expand Down