Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 79e1a15

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

File tree

1 file changed

+14
-1
lines changed
Filter options

1 file changed

+14
-1
lines changed

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

Copy file name to clipboardExpand all lines: .github/workflows/update-lint-and-build.yml
+14-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.