mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-11 21:51:12 -06:00
Screen Readers (#53)
* add tikzcache * ignore files * add latexmkrc file * Move figures to new files * rename images * Fix build commands * Release as epub3 and mobi * Add cover-image support * use older epub * Externalize all tables * change gh actions command * fix linux xargs rm
This commit is contained in:
committed by
GitHub
parent
2691ecfa22
commit
6e97f9bbd0
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@@ -15,7 +15,6 @@ jobs:
|
||||
run: |
|
||||
apk add make
|
||||
cd book
|
||||
make all
|
||||
make release
|
||||
- name: Release book on S3
|
||||
uses: shallwefootball/s3-upload-action@master
|
||||
|
||||
2
.github/workflows/validate.yml
vendored
2
.github/workflows/validate.yml
vendored
@@ -12,4 +12,4 @@ jobs:
|
||||
run: |
|
||||
apk add make
|
||||
cd book
|
||||
make all
|
||||
make build_pdf
|
||||
|
||||
Reference in New Issue
Block a user