From c4be0902171578f76de60ea8b9ad81533bdc1212 Mon Sep 17 00:00:00 2001 From: wadhah mahrouk <33103894+wadhah101@users.noreply.github.com> Date: Wed, 4 Aug 2021 20:03:04 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6e1f8ac..d0a9501 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,9 @@ A place for all year cheat sheets. Click [Here](https://github.com/GL3-2021-2020/cheat-sheets/releases) to download the PDF version of cheat sheets + +## About the pipeline + +in MarkDownToPdfScript folder you'll find a script that compiled markdown files into PDF named , you can have fun exploring main.ts file if you're nodeJS developer and want to see modern fs module usage powered by promises and typescript. + +This script runs everytime it detects a commit to master branch, and uploads the result in the release section , the process is defined .github/workflows/