Skip to content

Commit 85a88fb

Browse files
committed
Two small fixes:
- Only check content markdown files - Add Ethos-U tag to TinyML LP
1 parent cae1a3f commit 85a88fb

File tree

2 files changed

+2
-1
lines changed
  • .github/workflows
  • content/learning-paths/embedded-and-microcontrollers/introduction-to-tinyml-on-arm

2 files changed

+2
-1
lines changed

.github/workflows/test-lp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: tj-actions/changed-files@v46
1818
with:
1919
files: |
20-
**.md
20+
content/**/**.md
2121
- name: Check for capital letters or spaces in content directory
2222
run: |
2323
echo "Checking for capital letters or spaces in content directory paths (excluding file extensions)..."

content/learning-paths/embedded-and-microcontrollers/introduction-to-tinyml-on-arm/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ subjects: ML
2424
armips:
2525
- Cortex-A
2626
- Cortex-M
27+
- Ethos-U
2728

2829
operatingsystems:
2930
- Linux

0 commit comments

Comments
 (0)