Revert "scripts: build and deploy PDF pages for translations (#10846)" (#10965)

This reverts commit a2ab577848.
This commit is contained in:
K.B.Dharun Krishna
2023-10-13 11:00:58 +05:30
committed by GitHub
parent a2ab577848
commit b333d3d3a5
8 changed files with 24 additions and 66 deletions

View File

@@ -43,7 +43,7 @@ jobs:
- name: Build PDF
if: github.repository == 'tldr-pages/tldr' && github.ref == 'refs/heads/main'
working-directory: ./scripts/pdf
run: bash build-pdf.sh
run: python render.py ../../pages -c solarized-light
- name: Deploy
if: github.repository == 'tldr-pages/tldr' && github.ref == 'refs/heads/main'