Skip to content

MATH-56. Implement CI/CD template for latex documents #97

MATH-56. Implement CI/CD template for latex documents

MATH-56. Implement CI/CD template for latex documents #97

Workflow file for this run

name: Build PDF
on:
push:
branches:
- develop
- master
- main
- release/*
pull_request:
branches:
- main
- master
workflow_dispatch:
env:
ACTIONS_RUNNER_DEBUG: false
jobs:
build-pdf:
uses: kolosovpetro/github-latex-template/.github/workflows/build-pdf-template.yml@MATH-56
with:
file_name: 'GithubLatexTemplate'
runs_on: 'ubuntu-latest'
workflow_name: 'Build PDF'
build_assets_path: |
src/GithubLatexTemplate.tex
src/GithubLatexTemplate.bbl
src/GithubLatexTemplate.bib
src/sections
working_directory_for_latex: 'src'