Skip to content

Commit 6f2998b

Browse files
committed
Fix YAML syntax error.
1 parent 0ac43af commit 6f2998b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/update_docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717

1818
- name: Set up Python
1919
- uses: actions/setup-python@v6
20-
with:
21-
python-version: '3.14.2'
22-
20+
with:
21+
python-version: '3.14.2'
22+
2323
- name: Install dependencies with pip
2424
run: |
2525
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)