Skip to content

Commit 3c65615

Browse files
Merge pull request #2078 from annietllnd/fix
Small update to CI and LP
2 parents cae1a3f + 85a88fb commit 3c65615

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)