Skip to content

Commit 6bf3a2a

Browse files
committed
Fix syntax error in doc.yml workflow files building Sphinx docs using GitHub Actions
1 parent adaa977 commit 6bf3a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
- name: Install python prerequisites
3737
run: pip install -U --user pip setuptools setuptools-scm nox
3838
- name: Sphinx documentation build
39-
run: python -m nox --non-interactive --session docs
39+
run: python -m nox --non-interactive --session docs

0 commit comments

Comments
 (0)