From 33b58b6e3bff42f18573a60562648d622fba46c4 Mon Sep 17 00:00:00 2001 From: Ashley Chiu Date: Sun, 8 Sep 2024 19:54:17 -0700 Subject: [PATCH] renormalize the file --- .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 da76d6b..4ed6e50 100644 --- a/.github/workflows/generate-pdf.yml +++ b/.github/workflows/generate-pdf.yml @@ -187,7 +187,7 @@ jobs: git config --local user.email "github-actions[bot]@users.noreply.github.com" git config --local user.name "GitHub Actions" git checkout -b update-textbook-full-pdf - git add -f textbook_full.pdf + git add -f --renormalize textbook_full.pdf git commit -m "Update PDF of textbook on site after a merge to main" git push -f origin update-textbook-full-pdf env: