Skip to content

Commit bea9421

Browse files
committed
Remove invalid docs build step.
1 parent cd6555e commit bea9421

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

karkas.nimble

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# Package
22

3-
version = "1.0.0"
4-
author = "Constantine Molchanov"
5-
description = "Layout helpers and sugar for Karax"
6-
license = "MIT"
7-
srcDir = "src"
8-
3+
version = "1.0.0"
4+
author = "Constantine Molchanov"
5+
description = "Layout helpers and sugar for Karax"
6+
license = "MIT"
7+
srcDir = "src"
98

109
# Dependencies
1110

@@ -14,7 +13,6 @@ requires "karax >= 1.3.0"
1413

1514
taskRequires "setupBook", "nimib >= 0.3.8", "nimibook >= 0.3.1"
1615

17-
1816
# Tasks
1917

2018
task setupBook, "Compiles the nimibook CLI-binary used for generating the docs":
@@ -28,12 +26,8 @@ task book, "Generate book":
2826
exec "./nbook".toExe & " --mm:orc --deepcopy:on update"
2927
exec "./nbook".toExe & " --mm:orc --deepcopy:on build"
3028

31-
after book:
32-
cpFile("CNAME", "docs/CNAME")
33-
3429
before docs:
3530
rmDir "docs/apidocs"
3631

3732
task docs, "Generate docs":
3833
exec "nimble doc --outdir:docs/apidocs --project --index:on src/karkas"
39-

0 commit comments

Comments
 (0)