Skip to content

Commit cddf09e

Browse files
committed
trying as job instead
1 parent 56e00a2 commit cddf09e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
# - 'docs'
88

99
jobs:
10+
build-notebooks:
11+
uses: ./.github/workflows/build-notebooks.yml
1012
deploy:
1113
runs-on: ubuntu-latest
1214
permissions:
@@ -22,8 +24,6 @@ jobs:
2224
run: uv python install
2325
- name: Install dependencies for docs
2426
run: uv sync --group docs
25-
- name: Build notebooks and upload artifact
26-
uses: ./.github/workflows/build-notebooks.yml
2727
- name: Download artifact from previous step
2828
uses: actions/download-artifact@v5
2929
with:

0 commit comments

Comments
 (0)