Skip to content

Commit 79e1a15

Browse files
committed
Build EPUB, lint it for 3.14
1 parent 7d7034e commit 79e1a15

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.github/workflows/update-lint-and-build.yml

+14-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
fail-fast: false
9595
matrix:
9696
version: [3.14, 3.13, 3.12, 3.11, '3.10', 3.9, 3.8]
97-
format: [html, latex]
97+
format: [html, latex, epub]
9898
needs: ['update-translation']
9999
steps:
100100
- uses: actions/setup-python@master
@@ -138,3 +138,16 @@ jobs:
138138
with:
139139
name: build-${{ matrix.version }}-pdf
140140
path: .
141+
142+
lint-epub:
143+
runs-on: ubuntu-latest
144+
strategy:
145+
matrix:
146+
version: [3.14]
147+
needs: ['build-translation']
148+
continue-on-error: true
149+
steps:
150+
- uses: actions/download-artifact@master
151+
with:
152+
name: build-${{ matrix.version }}-epub
153+
- run: uvx epubcheck

0 commit comments

Comments
 (0)