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 31a768f commit 74f82afCopy full SHA for 74f82af
.github/workflows/docs.yml
@@ -29,8 +29,6 @@ jobs:
29
# run ddox directly instead with the same command line, including
30
# our custom macro file
31
32
- # need to use the docs recipe file. This includes the required versions
33
- cp dub-docs.sdl dub.sdl
34
# build original docs, this gets the json file properly set up
35
dub build -b ddox
36
# remove docs generated without macro file
dub-docs.sdl
dub.sdl
@@ -20,3 +20,9 @@ configuration "unittest" {
20
debugVersions "MYSQLN_TESTS"
21
targetType "sourceLibrary"
22
}
23
+
24
+buildType "ddox" {
25
+ dflags "-c" "-Df__dummy.html" "-Xfdocs.json"
26
+ versions "MySQLDocs"
27
+ buildOptions "syntaxOnly"
28
+}
0 commit comments