Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,8 @@ jobs:
haxelib install highlighting.hxml --always --quiet
haxelib list

- name: Make build.sh executable
run: chmod +x build.sh

- name: Run build script
run: ./build.sh
run: haxe build.hxml

- name: Upload build artifacts (optional)
uses: actions/upload-artifact@v4
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ Install from npm:
npm install
```

Either run `build.bat` or `build.sh` depending on your platform.

(joke is, they're the same file)
Run `haxe build.hxml`.

The main repo tells users to run it through neko, so we do that as well. But we also run highlighting.hxml for the code highlighting.

Expand Down
2 changes: 0 additions & 2 deletions build.bat

This file was deleted.

2 changes: 2 additions & 0 deletions build.hxml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CodeCookBook-neko.hxml
highlighting.hxml
3 changes: 0 additions & 3 deletions build.sh

This file was deleted.