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