Skip to content

Commit

Permalink
Added Compilation_Test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
R0mb0 authored Sep 9, 2024
1 parent e7d8a0d commit 99ea3f7
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/Compilation_Test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
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

0 comments on commit 99ea3f7

Please sign in to comment.