We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63e24ed commit 44c5999Copy full SHA for 44c5999
1 file changed
.github/workflows/tests.yml
@@ -42,6 +42,7 @@ jobs:
42
--theme "$(pwd)"
43
--languages en
44
--branches ${{ matrix.branch || matrix.python-version }}
45
+ ${{ matrix.branch == 'main' && '--select-output no-html' || '' }}
46
- name: Show logs
47
if: failure()
48
run: |
0 commit comments