Skip to content

Commit f36c3f4

Browse files
committed
Missed one
1 parent 538277b commit f36c3f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
python:
3838
needs: changed
39-
if: ${{ needs.changed.outputs.python == 'true' || needs.changed.outputs.actions == 'true' }}
39+
if: ${{ needs.changed.outputs.python == 'true' || needs.changed.outputs.actions == 'true' || needs.changed.outputs.siteindex == 'true' }}
4040
runs-on: ubuntu-latest
4141
permissions:
4242
contents: read

0 commit comments

Comments
 (0)