Skip to content

Build and Deploy PDF #32

Build and Deploy PDF

Build and Deploy PDF #32

name: Build and Deploy PDF
on:
push:
tags:
- v*
workflow_dispatch:
env:
ACTIONS_RUNNER_DEBUG: false
# REQUIRES ${{ secrets.GH_ACCESS_TOKEN }} defined in secrets
jobs:
build-deploy-pdf:
uses: kolosovpetro/github-latex-template/.github/workflows/build-and-deploy-pdf-template.yml@MATH-56
secrets: inherit
with:
file_name: 'GithubLatexTemplate'
runs_on: 'ubuntu-latest'
workflow_name: 'Build and Deploy PDF'
build_assets_path: |
src/GithubLatexTemplate.tex
src/GithubLatexTemplate.bbl
src/GithubLatexTemplate.bib
src/sections
working_directory_for_latex: 'src'