Skip to content

Commit f8cc82c

Browse files
committed
build-pkg-docs: ignore warnings for now
1 parent b4aca2b commit f8cc82c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
- uses: gap-actions/build-pkg-docs@v1
5959
with:
6060
use-latex: 'true'
61+
warnings-as-errors: 'false' # disable warnings: too many labels multiply defined
6162
- name: 'Upload documentation'
6263
uses: actions/upload-artifact@v4
6364
with:

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- uses: gap-actions/build-pkg-docs@v2
2828
with:
2929
use-latex: true
30+
warnings-as-errors: 'false' # disable warnings: too many labels multiply defined
3031
- name: Run .release script
3132
run: |
3233
./.release

0 commit comments

Comments
 (0)