Skip to content

Commit d632032

Browse files
committed
Fix workflow YAML
1 parent 2e28fc2 commit d632032

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ jobs:
109109
run: |
110110
sudo apt-get install graphviz pandoc
111111
uv sync --dev
112-
- name: Clean notebooks
113-
run: |
114-
uv run scripts/clean_notebooks.py -p ${{ env.DOCS_DIR }} -s
112+
- name: Clean notebooks
113+
run: |
114+
uv run scripts/clean_notebooks.py -p ${{ env.DOCS_DIR }} -s
115115
- name: Draw diagrams from PlantUML files
116116
uses: Timmy/plantuml-action@v1
117117
with:

0 commit comments

Comments
 (0)