Skip to content

Commit

Permalink
change yml parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
cadop committed Nov 15, 2022
1 parent f54811e commit d7eefe6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

runs-on: windows-2019
strategy:
max-parallel: 1
max-parallel: 0
matrix:
python-version: [3.8]

Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
sphinx:
runs-on: windows-2019
strategy:
max-parallel: 1
max-parallel: 0
matrix:
python-version: [3.8]

Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
cd html
ls
- name: Auto-deploy doc changes
- name: Auto-deploy python doc changes
run : |
git config --local user.email "action@github.com"
Expand Down

0 comments on commit d7eefe6

Please sign in to comment.