-
Notifications
You must be signed in to change notification settings - Fork 338
Closed
Description
We are committing PDFs to Git, which is not recommended. Worse, it's making everything slower than it should be as we ship patches for binary files back and forth. The goal is to remove PDFs from Git history and move other binary files (screenshots, etc.) to LFS. Before we do that, however, we need to stop checking in PDFs and manually move them to Netlify/Heroku.
Here's the plan for that step. I'm going to:
- create a new branch off of develop,
- copy the .github/workflows/deploy-develop.yml action and edit it to only trigger when my new branch is pushed,
- pull in the PDF generation step from .github/workflows/update-pdfs-on-develop.yml and
- make sure this all works the way I think it does.
If that test works, we can retire the update-pdfs-on-develop workflow and fix the other workflows to do what we need. If it doesn't work, I can test on my branch without (I think) disrupting anyone else. (Also, it's close enough to the weekend that I don't think there are people around to be disrupted.)
Metadata
Metadata
Assignees
Labels
No labels