Update docbuilder action
This commit is contained in:
parent
d3e62de99e
commit
418aa4f964
1 changed files with 1 additions and 6 deletions
|
|
@ -23,13 +23,8 @@ jobs:
|
||||||
python-version: ['3.9']
|
python-version: ['3.9']
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout 0.9.5 branch
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
with:
|
|
||||||
ref: v0.9.5
|
|
||||||
|
|
||||||
- name: Checkout ${{ github.ref }} branch
|
- name: Checkout ${{ github.ref }} branch
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Set up Python ${{ matrix.python-version }}
|
- name: Set up Python ${{ matrix.python-version }}
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue