Skip to content

Commit d64cef2

Browse files
committed
ci: remove docs from publish.yml
1 parent 67cd1ea commit d64cef2

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,11 @@ jobs:
1212
test:
1313
uses: ./.github/workflows/test.yml
1414

15-
docs:
16-
uses: ./.github/workflows/docs.yml
17-
1815
build-wheels:
1916
name: Build wheels (${{ matrix.os }})
2017
runs-on: ${{ matrix.os }}
2118
needs:
2219
- test
23-
- docs
2420
strategy:
2521
fail-fast: false
2622
matrix:
@@ -62,7 +58,6 @@ jobs:
6258
runs-on: ubuntu-latest
6359
needs:
6460
- test
65-
- docs
6661
steps:
6762
- name: Checkout
6863
uses: actions/checkout@v4

0 commit comments

Comments
 (0)