This change adds a GH Action for creating pdfs from all the markdown files found in the root directory (excluding README.md), saves them to pdf/ (using the same file names, then pushes them back to main.
You might need to edit the settings of the repository to allow read/write permissions for the Action. See Settings > Actions > General > Workflow permissions. Select Read and write permissions.
This change adds a GH Action for creating pdfs from all the markdown files found in the root directory (excluding README.md), saves them to
pdf/
(using the same file names, then pushes them back tomain
.This also adds the pdfs to the repository.
Could be improved to:
But at least it accomplishes the goal for now.
You might need to edit the settings of the repository to allow read/write permissions for the Action. See
Settings
>Actions
>General
>Workflow permissions
. SelectRead and write permissions
.Closes #1