Skip to content

Commit

Permalink
Add cheat sheets to Actions artifacts (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dewb authored Jan 8, 2024
1 parent 00f5fd2 commit 614476b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 614476b

Please sign in to comment.