From aa549d3375b845f5d365248a279b0a7de51eb772 Mon Sep 17 00:00:00 2001 From: Michael Dewberry Date: Mon, 8 Jan 2024 09:59:54 -0500 Subject: [PATCH] Add cheat sheets to Actions artifacts --- .github/workflows/test.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2c4577dc..f127f278 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -94,3 +94,14 @@ jobs: with: path: docs/teletype.pdf name: teletype.pdf + - name: Upload cheatsheet to artifacts + uses: actions/upload-artifact@v2 + with: + path: docs/cheatsheet/cheatsheet.pdf + name: cheatsheet.pdf + - name: Upload i2c cheatsheet to artifacts + uses: actions/upload-artifact@v2 + with: + path: docs/cheatsheet/cheatsheet-i2c.pdf + name: cheatsheet-i2c.pdf +