Skip to content

Minor fix

Minor fix #13

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