We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e06f92 commit 4ff418fCopy full SHA for 4ff418f
.github/workflows/docs.yml
@@ -38,7 +38,9 @@ jobs:
38
# build original docs, this gets the json file properly set up
39
dub build -b ddox
40
# remove docs generated without macro file
41
- rm -rf docs
+ # NOTE: Can't do this because dub build rsyncs some public stuff
42
+ # from the ddox skeleton.
43
+ # rm -rf docs
44
# regenerate the docs with the macros included
45
dub run ddox -- generate-html --navigation-type=ModuleTree --std-macros=ddoc/macros.ddoc docs.json docs
46
0 commit comments