Skip to content

Commit

Permalink
git log after attempting to make a pr
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmchiu committed Sep 9, 2024
1 parent 811aeb1 commit 037cb2b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/generate-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,3 +207,8 @@ jobs:
title: "Update full PDF of textbook"
body: "This PR updates the full PDF of the textbook."
base: main

- name: Check git log on update-textbook-full-pdf branch
run: |
git checkout update-textbook-full-pdf
git log

0 comments on commit 037cb2b

Please sign in to comment.