Skip to content

Commit

Permalink
helps to close your loops...
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffynerf authored Jan 1, 2024
1 parent 2ca3623 commit 07de1ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_site.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ buildPlugin()

find ./plugins -mindepth 1 -name *.yml | while read file; do
buildPlugin "$file"
done
find ./themes -mindepth 1 -name *.yml | while read file; do
buildPlugin "$file"
done

0 comments on commit 07de1ac

Please sign in to comment.