We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53eae5c commit d353e01Copy full SHA for d353e01
.github/workflows/docs.yml
@@ -11,7 +11,7 @@ jobs:
11
python-version: "3.11"
12
- name: Build docs
13
run: |
14
- pip install .[docs]
+ pip install -e .[dev,docs]
15
make -C docs html
16
- name: Deploy
17
uses: peaceiris/actions-gh-pages@v4
.github/workflows/docs_preview.yml
@@ -28,7 +28,7 @@ jobs:
28
29
30
31
32
33
- name: Deploy Preview
34
uses: rossjrw/[email protected]
0 commit comments