Skip to content

workflow template for release removed #21

workflow template for release removed

workflow template for release removed #21

Workflow file for this run

name: Build LaTeX document
on:
[push]
jobs:
build_paper:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v3
- uses: ./actions/latex
with:
paper: tests/tex/*.tex
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
output-folder: /tests/texgroup
- uses: ./actions/latex
with:
paper: tests/tex/Hydra.tex
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}