jonhue/PubTeX
A GitHub action to compile and publish LaTeX files to GitHub Pages
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 17, 2024
- License
- MIT
Pinned Snippet
uses: jonhue/pubtex-action@d05c8aec337c17f88da1541be24a99badce9ff1a # v1.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| deploy_key | Deploy key used to deploy to GitHub Pages | yes | — |
| files | Space-separated list of files that should be compiled | yes | — |
| handouts | Space-separated list of Beamer files that handouts should be generated for | no | — |
| publish_dir | The directory that should be published with GitHub Pages | no | dist |
| index_page | Path to the Markdown file that should be the main page | no | README.md |
| pre_compile_command | Command to run before compiling LaTeX sources | no | tlmgr update --self && tlmgr update --all |
Outputs
| name | description |
|---|---|
| handouts | Newline-separated list of file paths to handouts |