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

Lines changed: 14 additions & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy