Skip to content

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

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

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

name: Compilation_Test
on:
push:
branches:
- 'main'
jobs:
build_latex:
runs-on: ubuntu-latest
steps:
- name: Download repo files
uses: actions/checkout@v4.1.4
- 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@v4
with:
name: GDPR
path: GDPR/GDPR.pdf