diff --git a/.github/workflows/Compilation_Test.yml b/.github/workflows/Compilation_Test.yml new file mode 100644 index 0000000..36153ad --- /dev/null +++ b/.github/workflows/Compilation_Test.yml @@ -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