Skip to content

Build LaTex Document #19

Build LaTex Document

Build LaTex Document #19

Workflow file for this run

name: Build LaTeX document
on:
push:
paths:
- Source_Code/**
workflow_dispatch:
jobs:
latex-job:
runs-on: ubuntu-latest
name: A job to Compile Latex file
steps:
- uses: actions/checkout@v1
- name: Compilation
uses: vinay0410/tectonic-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tex_path: 'Source_Code/file.tex'
push: 'yes'