Skip to content

Commit

Permalink
FIx CI attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Geokureli authored May 15, 2024
1 parent cc74477 commit 97be80b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/Make.hx
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ class Make {
for (arg in args) {
switch arg {
case "xml":
trace("haxe --cwd xml xml.hxml");
command("haxe --cwd xml xml.hxml");

case "pages":
Sys.setCwd("dox");
trace("npx haxe dox.hxml");
command("npx haxe dox.hxml");
Sys.setCwd("..");

Expand Down

0 comments on commit 97be80b

Please sign in to comment.