We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 538277b commit f36c3f4Copy full SHA for f36c3f4
1 file changed
.github/workflows/docs.yml
@@ -36,7 +36,7 @@ jobs:
36
37
python:
38
needs: changed
39
- if: ${{ needs.changed.outputs.python == 'true' || needs.changed.outputs.actions == 'true' }}
+ if: ${{ needs.changed.outputs.python == 'true' || needs.changed.outputs.actions == 'true' || needs.changed.outputs.siteindex == 'true' }}
40
runs-on: ubuntu-latest
41
permissions:
42
contents: read
0 commit comments