There was an error while loading. Please reload this page.
1 parent c7ddfab commit b72a95fCopy full SHA for b72a95f
1 file changed
.github/workflows/docs.yml
@@ -14,6 +14,7 @@ jobs:
14
docs:
15
runs-on: ubuntu-latest
16
steps:
17
+ - uses: actions/checkout@v3
18
- name: Set up Python
19
uses: actions/setup-python@v4
20
with:
@@ -22,7 +23,6 @@ jobs:
22
23
run: |
24
python -m pip install --upgrade pip
25
pip install -e .[docs]
- - uses: actions/checkout@v3
26
- uses: ammaraskar/sphinx-action@master
27
28
docs-folder: "docs/"
0 commit comments