A cheat sheet for GitHub Actions
Перейти к файлу
Alain Hélaïli ea7013e91d
Update README.md
2020-02-25 09:14:07 +01:00
.github/workflows Formatting and footer (#11) 2019-12-19 16:53:23 +01:00
theme Turns out github spells with an h (#12) 2020-02-13 09:16:24 +01:00
.gitignore Formatting and footer (#11) 2019-12-19 16:53:23 +01:00
LICENSE Initial commit 2019-11-12 10:38:50 +01:00
README.md Update README.md 2020-02-25 09:14:07 +01:00
actions-cheat-sheet.adoc Formatting and footer (#11) 2019-12-19 16:53:23 +01:00
actions-cheat-sheet.html Turns out github spells with an h (#12) 2020-02-13 09:16:24 +01:00
actions-cheat-sheet.pdf Turns out github spells with an h (#12) 2020-02-13 09:16:24 +01:00
index.md Update index.md 2019-11-19 17:15:41 +01:00
package-lock.json basic layout 2019-11-13 12:49:15 +01:00
package.json Polishing package.json and build (#10) 2019-11-27 17:39:17 +01:00

README.md

GitHub Actions Cheat Sheet

A PDF cheat sheet for GitHub Actions. The content is AsciiDoc based and then rendered into a PDF file with a GitHub Actions worflow.

You can checkout the current GitHub Actions Cheat Sheet (2-pager) in HTML format or PDF format

How to contribute

The content sits in actions-cheat-sheet.adoc and the template is theme/template.js

Build on your machine

It's easy :

npm install
npm run generate-pdf