Bugfixes for cheat sheet generation.

This commit is contained in:
Garth Minette
2020-09-01 00:54:27 -07:00
parent 38a4c12032
commit cb36b5d94f
3 changed files with 55 additions and 50 deletions

View File

@@ -41,6 +41,11 @@ jobs:
cd $GITHUB_WORKSPACE
./scripts/genindex.sh
- name: Generate Cheat Sheet
run: |
cd $GITHUB_WORKSPACE
./scripts/gencheat.sh
- name: Generating Docs
env:
GH_PAT: ${{ secrets.GH_PAT }}