diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-09-17 22:30:20 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-09-17 22:30:20 +0200 |
commit | c3c13c92ffdcd745a1789fa52b4a5daefd8cd1cd (patch) | |
tree | a5c3c8d18e8c2c9178cc92c1e10c2f7ec830dc2e /.github/workflows | |
parent | 2f2ac3ff733e31c9916a564001a11edb63dd1c2b (diff) | |
download | sciteco-c3c13c92ffdcd745a1789fa52b4a5daefd8cd1cd.tar.gz |
updated cheat sheet
* character-based model, avoid mentioning "ASCII code"
* added "0EE" example
* should be built with pdfmom, so it's built with gropdf
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/nightly.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index a689f99..918e2c4 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -151,6 +151,7 @@ jobs: # https://github.com/actions/starter-workflows/blob/main/pages/static.yml # This however should be in its own workflow and we'd have to rebuild # SciTECO and everything. + # FIXME: Also build cheat-sheet.pdf automatically? - run: make install - name: Install lowdown (Markdown processor) run: brew install lowdown |