Build and Deploy PDF #8
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |