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 2e28fc2 commit d632032Copy full SHA for d632032
1 file changed
.github/workflows/docs.yml
@@ -109,9 +109,9 @@ jobs:
109
run: |
110
sudo apt-get install graphviz pandoc
111
uv sync --dev
112
- - name: Clean notebooks
113
- run: |
114
- uv run scripts/clean_notebooks.py -p ${{ env.DOCS_DIR }} -s
+ - name: Clean notebooks
+ run: |
+ uv run scripts/clean_notebooks.py -p ${{ env.DOCS_DIR }} -s
115
- name: Draw diagrams from PlantUML files
116
uses: Timmy/plantuml-action@v1
117
with:
0 commit comments