We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc4b632 commit 56e00a2Copy full SHA for 56e00a2
.github/workflows/build-docs.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Install dependencies for docs
24
run: uv sync --group docs
25
- name: Build notebooks and upload artifact
26
- uses: ./github/workflows/build-notebooks.yml
+ uses: ./.github/workflows/build-notebooks.yml
27
- name: Download artifact from previous step
28
uses: actions/download-artifact@v5
29
with:
0 commit comments