We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e591a64 commit 647cb96Copy full SHA for 647cb96
1 file changed
.github/workflows/docs.yml
@@ -19,16 +19,16 @@ jobs:
19
- name: Configure poetry
20
shell: bash
21
run: |
22
- python -m poetry config virtualenvs.in-project true
+ poetry config virtualenvs.in-project true
23
- name: Install dependencies
24
25
26
- python -m poetry install --all-extras
+ poetry install --all-extras
27
- name: Build documentation
28
29
working-directory: ./docs
30
31
- python -m poetry run make html
+ poetry run make html
32
- name: Publish docs on github Pages
33
uses: peaceiris/actions-gh-pages@v3
34
with:
0 commit comments