now using action for building

This commit is contained in:
2022-02-08 13:45:54 +01:00
parent cd19711025
commit 769691497f

View File

@@ -21,11 +21,16 @@ jobs:
- name: Checkout 🛎
uses: actions/checkout@master
- name: Install TexLive
- name: Install TexLive
run: sudo apt install texlive-full
- name: Build thesis ⚙️
run: pdflatex --output-directory=./out thesis.tex
uses: repaction/texlive@main
with:
root_file: thesis.tex
- name: Prepare files 🗄
run: mkdir out && cp main.pdf out/index.pdf
- name: Deploy application 🚀
uses: JamesIves/github-pages-deploy-action@releases/v3