{"id":13870120,"url":"https://github.com/vinay0410/tectonic-action","last_synced_at":"2025-04-13T05:13:17.814Z","repository":{"id":65162232,"uuid":"216331435","full_name":"vinay0410/tectonic-action","owner":"vinay0410","description":"Compile Tex files easily","archived":false,"fork":false,"pushed_at":"2022-11-09T18:30:19.000Z","size":14,"stargazers_count":88,"open_issues_count":6,"forks_count":9,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-13T05:13:08.255Z","etag":null,"topics":["action","github-action","latex","latex-action","pdf","tectonic","tex","xelatex"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vinay0410.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-10-20T08:37:41.000Z","updated_at":"2025-03-09T20:32:42.000Z","dependencies_parsed_at":"2023-01-04T12:39:06.292Z","dependency_job_id":null,"html_url":"https://github.com/vinay0410/tectonic-action","commit_stats":{"total_commits":13,"total_committers":1,"mean_commits":13.0,"dds":0.0,"last_synced_commit":"e6299ada55bab957394d39c43c98890b90ebad4f"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinay0410%2Ftectonic-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinay0410%2Ftectonic-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinay0410%2Ftectonic-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinay0410%2Ftectonic-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vinay0410","download_url":"https://codeload.github.com/vinay0410/tectonic-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248665746,"owners_count":21142123,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["action","github-action","latex","latex-action","pdf","tectonic","tex","xelatex"],"created_at":"2024-08-05T20:01:30.452Z","updated_at":"2025-04-13T05:13:17.788Z","avatar_url":"https://github.com/vinay0410.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# Latex Action \n\nThis action compiles latex/xelatex files using [Tectonic](https://tectonic-typesetting.github.io/en-US/), which automatically downloads necessary dependencies, and compiles to pdf.\n\n## Inputs\n\n### `tex-path`\n\n**Required** Path of tex, xtx file to compile.\n\n### `push`\n\n**Optional** Compiled PDF is pushed, if `push` is passed as 'yes'.\n\n## Outputs\nPushes a Compiled PDF file parallel to the tex, xtx file, if push is passed as 'yes'.\n\n## Example usage\n\n### Pushes Compiled PDF\n```\non: [push]\n\njobs:\n  latex-job:\n    runs-on: ubuntu-latest\n    name: A job to Compile Latex file\n    steps:\n    - uses: actions/checkout@v1\n    - name: Compilation\n      uses: vinay0410/tectonic-action@master\n      env:\n          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n      with:\n        tex_path: 'dir/file.tex'\n        push: 'yes'\n```\n\n### Doesn't Push Compiled PDF\n```\non: [push]\n\njobs:\n  latex-job:\n    runs-on: ubuntu-latest\n    name: A job to Compile Latex file\n    steps:\n    - uses: actions/checkout@v1\n    - name: Compilation\n      uses: vinay0410/tectonic-action@master\n      env:\n          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n      with:\n        tex_path: 'dir/file.tex'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvinay0410%2Ftectonic-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvinay0410%2Ftectonic-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvinay0410%2Ftectonic-action/lists"}