Skip to content

Merge pull request #3 from R0mb0/dependabot/github_actions/actions/ch… #9

Merge pull request #3 from R0mb0/dependabot/github_actions/actions/ch…

Merge pull request #3 from R0mb0/dependabot/github_actions/actions/ch… #9

name: Compilation_Test
on:
push:
branches:
- 'main'
jobs:
build_latex:
runs-on: ubuntu-latest
steps:
- name: Download repo files
uses: actions/checkout@v4.2.2
- name: Compile files
uses: xu-cheng/latex-action@v3
with:
working_directory: PrescriptiveStudyMethod
root_file: PrescriptiveStudyMethod.tex
- name: Upload compiled file
uses: actions/upload-artifact@v4
with:
name: Prescriptive_Study_Method
path: PrescriptiveStudyMethod/PrescriptiveStudyMethod.pdf