We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d59c56 commit 236ddcdCopy full SHA for 236ddcd
.github/workflows/tests.yml
@@ -39,6 +39,7 @@ jobs:
39
--theme "$(pwd)"
40
--languages en
41
--branches ${{ matrix.branch }}
42
+ ${{ matrix.branch == '3.14' && '--select-output no-html' || '' }}
43
- name: Show logs
44
if: failure()
45
run: |
0 commit comments