We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b52f6ff commit 4e9cd30Copy full SHA for 4e9cd30
.github/workflows/build-clang-doxy.yml
@@ -692,6 +692,8 @@ jobs:
692
board_name=${{ matrix.arduino-platform }}
693
# Remove '_noota' suffix if present
694
board_name=${board_name%_noota}
695
+ # Remove '_debug' suffix if present
696
+ board_name=${board_name%_debug}
697
# Remove 'wippersnapper_' prefix if present
698
board_name=${board_name#wippersnapper_}
699
content=$(cat ws-boards/boards/${board_name//_/-}/definition.json)
0 commit comments