We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4aca2b commit f8cc82cCopy full SHA for f8cc82c
.github/workflows/CI.yml
@@ -58,6 +58,7 @@ jobs:
58
- uses: gap-actions/build-pkg-docs@v1
59
with:
60
use-latex: 'true'
61
+ warnings-as-errors: 'false' # disable warnings: too many labels multiply defined
62
- name: 'Upload documentation'
63
uses: actions/upload-artifact@v4
64
.github/workflows/release.yml
@@ -27,6 +27,7 @@ jobs:
27
- uses: gap-actions/build-pkg-docs@v2
28
29
use-latex: true
30
31
- name: Run .release script
32
run: |
33
./.release
0 commit comments