From b5d375c2037769a9b34302023dccc541970f9a91 Mon Sep 17 00:00:00 2001 From: Raimundo Saona <37874270+saona-raimundo@users.noreply.github.com> Date: Tue, 17 Oct 2023 19:49:42 +0200 Subject: [PATCH] Create main.yml --- .github/workflows/main.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..545274d --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,15 @@ +on: [push] + +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: 'main.tex' + push: 'yes'