From 601a63fec9aeabb9bd18c946cb194a19b2e51157 Mon Sep 17 00:00:00 2001 From: Michael Dewberry Date: Tue, 9 Jan 2024 20:28:40 -0500 Subject: [PATCH] Wildcard docs paths --- .github/workflows/test.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 400d9d8d..55f39dd8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -94,10 +94,8 @@ jobs: with: name: teletype (docs only) path: | - docs/teletype.pdf - docs/teletype.html - docs/cheatsheet.pdf - docs/cheatsheet-i2c.pdf + docs/*.pdf + docs/*.html create-release-zip: runs-on: ubuntu-latest needs: [build-firmware, build-docs]