Skip to content

Commit 5132d74

Browse files
committed
Fix docs buildstep
1 parent 2d3a02d commit 5132d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sphinx-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- name: Building HTML
1717
uses: astral-sh/setup-uvv5
18-
shell: bash -l {0}
18+
- shell: bash -l {0}
1919
run: |
2020
uv run sphinx-build -M html docs/source/ docs/build/
2121
- name: Deploy

0 commit comments

Comments
 (0)