Skip to content

Commit

Permalink
Merge pull request #207 from scruffynerf/themes1
Browse files Browse the repository at this point in the history
Themes fix, so it builds the indexing of them...
  • Loading branch information
scruffynerf authored Jan 1, 2024
2 parents 50d3dc0 + f42dabe commit 3699feb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build_site.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,6 @@ buildPlugin()

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

0 comments on commit 3699feb

Please sign in to comment.