The project aims to help building the report for the OSCP certification in a CI/CD manner, without installing something on your computer neither needing to remember how to use pandoc.
To run the GitHub Actions from this project, you will need to add the following environment variables to your repository's settings
INPUT_DIRECTORY_PATH: where the .md files are (ex: inputs)
OUTPUT_DIRECTORY_PATH: where the .pdf file will be (ex: target/release)
OUTPUT_FILENAME: what is the pdf name (ex: result)
ARTIFACT_NAME: what is the name of the generated artifact (ex: release)
Simply create .md file(s) inside the INPUT_DIRECTORY_PATH of your repo, and push to main to trigger the GitHub workflow.