From b6cc315b7535fa5e165bb4fd77fcabdbff3e8cf4 Mon Sep 17 00:00:00 2001 From: Riccardo Finotello Date: Mon, 31 Aug 2020 10:58:24 +0200 Subject: [PATCH] Workflow final. Remove PDF file Signed-off-by: Riccardo Finotello --- .github/workflows/pdflatex.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/pdflatex.yml b/.github/workflows/pdflatex.yml index 902e8e5..0d99510 100644 --- a/.github/workflows/pdflatex.yml +++ b/.github/workflows/pdflatex.yml @@ -15,10 +15,4 @@ jobs: with: name: thesis path: thesis.pdf - - name: Clear old file - run: rm -rf thesis.pdf - - name: Download PDF file - uses: actions/download-artifact@v2 - with: - name: thesis