From f3ab8c468b88647ea4876b3f75a567b1bb292508 Mon Sep 17 00:00:00 2001 From: Ashley Chiu Date: Sun, 8 Sep 2024 18:52:08 -0700 Subject: [PATCH] remove copy, not the actual textbook --- .github/workflows/generate-pdf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate-pdf.yml b/.github/workflows/generate-pdf.yml index 72a6269..1fdc04d 100644 --- a/.github/workflows/generate-pdf.yml +++ b/.github/workflows/generate-pdf.yml @@ -168,7 +168,7 @@ jobs: rm -rf pdf_output rm -rf pdf_numbering_output rm -rf textbook_full_original.pdf - rm -rf textbook_full.pdf + rm -rf textbook_full_cpy.pdf - name: Commit changes to a new branch if: github.event_name == 'push' && !contains(github.event.head_commit.message, 'Update PDF of textbook')