Skip to content

Commit

Permalink
Update create-index.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lwindolf authored Aug 7, 2023
1 parent 997a95c commit 8a9ad03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
fi
echo " | <a class='topic' href='https://lzone.de/$directory/$name'>$name</a>"
done < <(cd $directory/ && find . -name "*.md" | sort)
done < <(cd $directory/ && find . -mindepth 2 -name "*.md" | sort)
done
) >>README.md
Expand Down

0 comments on commit 8a9ad03

Please sign in to comment.