[DOC] Downloadable PDF Developer Guides #3
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # PDF generation is now integrated into the Jekyll build process | |
| # PDFs are automatically generated during `jekyll build` and included in _site/pdfs/ | |
| # PDFs will be deployed with the site to S3, accessible at: | |
| # https://docs.opensearch.org/pdfs/<filename>.pdf | |
| # | |
| # Note: The main Jekyll build workflow should install wkhtmltopdf: | |
| # - name: Install wkhtmltopdf | |
| # run: sudo apt-get update && sudo apt-get install -y wkhtmltopdf | |