This commit is contained in:
Jirka Borovec 2020-03-06 02:44:28 +01:00 committed by GitHub
parent 9c1ecb8972
commit fd53d434c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ jobs:
# https://stackoverflow.com/a/59076067/4521646 # https://stackoverflow.com/a/59076067/4521646
timeout-minutes: 20 timeout-minutes: 20
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1 uses: actions/setup-python@v1
with: with:

View File

@ -8,7 +8,7 @@ jobs:
docs: docs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v2
- uses: ammaraskar/sphinx-action@master - uses: ammaraskar/sphinx-action@master
with: with:
# git is requried to clone the docs theme # git is requried to clone the docs theme