We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56e00a2 commit cddf09eCopy full SHA for cddf09e
.github/workflows/build-docs.yml
@@ -7,6 +7,8 @@ on:
7
# - 'docs'
8
9
jobs:
10
+ build-notebooks:
11
+ uses: ./.github/workflows/build-notebooks.yml
12
deploy:
13
runs-on: ubuntu-latest
14
permissions:
@@ -22,8 +24,6 @@ jobs:
22
24
run: uv python install
23
25
- name: Install dependencies for docs
26
run: uv sync --group docs
- - name: Build notebooks and upload artifact
- uses: ./.github/workflows/build-notebooks.yml
27
- name: Download artifact from previous step
28
uses: actions/download-artifact@v5
29
with:
0 commit comments