From 0b98a682d636da27aa4175db10c5c8005ffb06c3 Mon Sep 17 00:00:00 2001 From: Riccardo Finotello Date: Mon, 5 Oct 2020 17:54:07 +0200 Subject: [PATCH] Removed continuous integration Signed-off-by: Riccardo Finotello --- .github/workflows/pdflatex.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/pdflatex.yml diff --git a/.github/workflows/pdflatex.yml b/.github/workflows/pdflatex.yml deleted file mode 100644 index 0d99510..0000000 --- a/.github/workflows/pdflatex.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Build PDFLaTeX -on: [push] -jobs: - build_latex: - runs-on: ubuntu-latest - steps: - - name: Set up Git repository - uses: actions/checkout@v2 - - name: Compile LaTeX document - uses: xu-cheng/latex-action@v2 - with: - root_file: thesis.tex - - name: Upload PDF file - uses: actions/upload-artifact@v2 - with: - name: thesis - path: thesis.pdf -