Skip to content

feat(ci): Add workflow_dispatch trigger and update job names. #1222

feat(ci): Add workflow_dispatch trigger and update job names.

feat(ci): Add workflow_dispatch trigger and update job names. #1222

Workflow file for this run

name: 'CI & Auto Scripts'
on: [ pull_request, push, workflow_dispatch ]
jobs:
CompileConductLaTeX:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Compile BES Conduct LaTeX doc
uses: xu-cheng/latex-action@v3
with:
root_file: BES_Conduct_Afisaj.tex
working_directory: LaTeX/conduct/
args: -pdf -interaction=nonstopmode
continue_on_error: true
latexmk_shell_escape: true
# env:
# TEXINPUTS: ".:./LaTeX/conduct//:"
- name: Upload BES Conduct Afisaj pdf artifact
uses: actions/upload-artifact@v3
with:
name: Conduct
path: LaTeX/conduct/BES_Conduct_Afisaj.pdf