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 2d3a02d commit 5132d74Copy full SHA for 5132d74
.github/workflows/sphinx-documentation.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v4
16
- name: Building HTML
17
uses: astral-sh/setup-uvv5
18
- shell: bash -l {0}
+ - shell: bash -l {0}
19
run: |
20
uv run sphinx-build -M html docs/source/ docs/build/
21
- name: Deploy
0 commit comments