Skip to content

Commit 1b96b40

Browse files
RD: minor path fix
1 parent 0c936ba commit 1b96b40

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
- name: Set nox conda backend
3434
run: echo "CONDA_EXE=micromamba" >> "$GITHUB_ENV"
3535

36+
- name: Build wheels
37+
run: |
38+
nox -s build
39+
3640
- name: Repair wheels
3741
run: |
3842
nox -s repair
@@ -41,7 +45,7 @@ jobs:
4145
run: |
4246
nox -s docs
4347
44-
- name: Upload wheel artifacts
48+
- name: Upload docs artifact
4549
if: always()
4650
uses: actions/upload-artifact@v4
4751
with:

0 commit comments

Comments
 (0)