ci: docs workflow updated.

This commit is contained in:
Fabian Joswig 2022-11-30 17:53:17 +00:00
parent 35da955546
commit 8665e21dc0
No known key found for this signature in database

View file

@ -11,9 +11,9 @@ jobs:
steps:
- name: Set up Python environment
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: "3.8"
python-version: "3.10"
- uses: actions/checkout@v3
- name: Updated documentation
run: |