diff --git a/.github/workflows/pdflatex.yml b/.github/workflows/pdflatex.yml index c4c0e44..902e8e5 100644 --- a/.github/workflows/pdflatex.yml +++ b/.github/workflows/pdflatex.yml @@ -15,9 +15,10 @@ 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 - path: thesis.pdf