https://github.com/github/actions-cheat-sheet
A cheat sheet for GitHub Actions
https://github.com/github/actions-cheat-sheet
Last synced: 5 months ago
JSON representation
A cheat sheet for GitHub Actions
- Host: GitHub
- URL: https://github.com/github/actions-cheat-sheet
- Owner: github
- License: mit
- Archived: true
- Created: 2019-11-12T09:38:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-05T15:15:26.000Z (almost 5 years ago)
- Last Synced: 2024-09-30T00:41:49.930Z (over 1 year ago)
- Language: HTML
- Homepage: https://github.github.io/actions-cheat-sheet/actions-cheat-sheet.pdf
- Size: 3.46 MB
- Stars: 209
- Watchers: 16
- Forks: 35
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.github.io/actions-cheat-sheet/actions-cheat-sheet.html) or [PDF format](https://github.github.io/actions-cheat-sheet/actions-cheat-sheet.pdf)
## How to contribute
The content sits in [actions-cheat-sheet.adoc](./actions-cheat-sheet.adoc) and the template is [theme/template.js](./theme/template.js)
## Build on your machine
It's easy :
```
npm install
npm run generate-pdf
```