From d781d5d2f08fcf2f1386051c83981556e63ddc30 Mon Sep 17 00:00:00 2001 From: Ashley Chiu Date: Sun, 8 Sep 2024 19:11:06 -0700 Subject: [PATCH] test opening a PR - is textbook_full still missing? --- .github/workflows/generate-pdf.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/generate-pdf.yml b/.github/workflows/generate-pdf.yml index e8f06c7..329bffc 100644 --- a/.github/workflows/generate-pdf.yml +++ b/.github/workflows/generate-pdf.yml @@ -175,7 +175,6 @@ jobs: if [ -f "textbook_full.pdf" ]; then echo "textbook_full.pdf here"; else echo "textbook_full.pdf gone"; fi - name: Commit changes to a new branch - if: github.event_name == 'push' && !contains(github.event.head_commit.message, 'Update PDF of textbook') run: | git config --local user.email "github-actions[bot]@users.noreply.github.com" git config --local user.name "GitHub Actions" @@ -187,7 +186,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Create a Pull Request - if: github.event_name == 'push' && !contains(github.event.head_commit.message, 'Update PDF of textbook') uses: peter-evans/create-pull-request@v5 with: token: ${{ secrets.GITHUB_TOKEN }}