Skip to content

Commit 22b3e8c

Browse files
committed
ci(docs): Fix duplicate if
1 parent 1a9aed9 commit 22b3e8c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/publish-docs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ jobs:
9898
run: poetry install --extras "docs lint"
9999

100100
- name: Build documentation
101-
if: env.PUBLISH == 'true'
102101
if: env.PUBLISH == 'true'
103102
run: |
104103
pushd docs; make SPHINXBUILD='poetry run sphinx-build' html; popd

0 commit comments

Comments
 (0)