Skip to content

Build and Deploy PDF #8

Build and Deploy PDF

Build and Deploy PDF #8

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@main
secrets: inherit
with:
file_name: 'AStudyOnDynamicEquations'
runs_on: 'ubuntu-latest'
workflow_name: 'Build PDF'
build_assets_path: |
src/AStudyOnDynamicEquations.tex
src/AStudyOnDynamicEquations.bbl
src/AStudyOnDynamicEquations.bib
src/sections
working_directory_for_latex: 'src'