Skip to content

Commit

Permalink
Remove ToC title. Fix check action.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwendland committed Jul 10, 2024
1 parent e127ba2 commit 877fd01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
echo "$file was changed"
baseFolder=$(cut -d'/' -f1 <<< "$file")
if [ $baseFolder = "charts" ]; then
if [ $baseFolder = "charts" ] && [ -d $file ]; then
chartName=$(cut -d'/' -f2 <<< "$file")
changedCharts[$chartName]=$chartName
fi
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ recipes.

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents**
<!-- param::isNotitle::true:: -->

- [Overview](#overview)
- [Components](#components)
Expand Down
2 changes: 1 addition & 1 deletion doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ specific flows and its deployment and integration with other frameworks.

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents**
<!-- param::isNotitle::true:: -->

- [Details about flows and interfaces](#details-about-flows-and-interfaces)
- [Contract Management](#contract-management)
Expand Down

0 comments on commit 877fd01

Please sign in to comment.