Skip to content

Commit

Permalink
include changes from create.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
fangohr committed Dec 17, 2024
1 parent 66166d1 commit 73faa3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version = "0.1.0"
[tasks]
build = "python src/build_onto.py"
check = "emmocheck magnetic_material_mammos.ttl"
docs = "ontodoc --format simple-html magnetic_material_mammos.ttl doc/magnetic_material_mammos.html"
docs = {cmd = "python mammosdoc --template=mammos.md --local --format=html ../magnetic_material_mammos.ttl magnetic_material_mammos.html", cwd = "doc"}
clean = "rm -f demo.sqlite3 magnetic_material_mammos.ttl doc/magnetic_material_mammos.html"

# convenience target: run all steps subsequently
Expand Down

0 comments on commit 73faa3b

Please sign in to comment.