Skip to content

Added Compilation_Test.yml #1

Added Compilation_Test.yml

Added Compilation_Test.yml #1

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