-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs: Created GH Action workflow to generated pdfs of checklist from markdown files #191
Conversation
…e to checklist.mds Signed-off-by: Natalia Luzuriaga <[email protected]>
Signed-off-by: Natalia Luzuriaga <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥 🔥 🔥
LGTM +1 🚢
IDEA: Let's document/pull down copies of the jobs/workflows somewhere so that we have local backups in case there are any issues upstream?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One minor issue but otherwise LGTM!
Signed-off-by: Natalia Luzuriaga <[email protected]>
Signed-off-by: Natalia Luzuriaga <[email protected]>
Docs: Created GH Action workflow to generate pdfs of outbound checklist from markdown files
Problem
Now that for each outbound checklist we support 2 file formats, there is an opportunity to automate the process of updating the checklists by creating a github action that generates a new pdf whenever a change has been made in the checklist markdown file.
Solution
Created a new GH Action workflow called
checklistMarkdownToPDF.yml
Result
When a change has been made in tier*/checklist.md, a pdf of the updated checklist will be generated.
Test Plan
Testing can be found here, check out the last 3 commits: #190