Skip to content

Commit

Permalink
Fixed the generate.sh code with pages
Browse files Browse the repository at this point in the history
  • Loading branch information
computate committed Aug 31, 2024
1 parent 53c33c3 commit fa1c31c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,10 @@ public static void main(String[] args) throws Exception {
System.out.println(classeLangueConfig.getString(I18n.str_Pret));
regarderRepertoire.traiterEvenements(classeLangueConfig);
} else {
indexerClasses(SITE_SRC, classeLangueConfig);
indexerClasses(SITE_SRC, classeLangueConfig);
if(GENERER) {
indexerEcrireClasses(SITE_SRC, classeLangueConfig);
indexerEcrireClasses(SITE_SRC, classeLangueConfig);
} else {
indexerClasses(SITE_SRC, classeLangueConfig);
}
Expand Down

0 comments on commit fa1c31c

Please sign in to comment.