scripts: build and deploy PDF pages for translations (#10969)
* scripts: build and deploy PDF pages for translations Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * render.py: fix typo in filename description --------- Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:

committed by
GitHub

parent
d9ad48e058
commit
e35b482300
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -43,7 +43,7 @@ jobs:
|
||||
- name: Build PDF
|
||||
if: github.repository == 'tldr-pages/tldr' && github.ref == 'refs/heads/main'
|
||||
working-directory: ./scripts/pdf
|
||||
run: python render.py ../../pages -c solarized-light
|
||||
run: bash build-pdf.sh
|
||||
|
||||
- name: Deploy
|
||||
if: github.repository == 'tldr-pages/tldr' && github.ref == 'refs/heads/main'
|
||||
|
Reference in New Issue
Block a user