Skip to content

Commit 797f27c

Browse files
committed
Fix doc build to configure for doc building.
1 parent 4ff418f commit 797f27c

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
# run ddox directly instead with the same command line, including
3636
# our custom macro file
3737
38+
# need to use the docs recipe file. This includes the required versions
39+
cp dub-docs.sdl dub.sdl
3840
# build original docs, this gets the json file properly set up
3941
dub build -b ddox
4042
# remove docs generated without macro file

dub-docs.sdl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name "mysql-native"
2+
description "A native MySQL driver implementation based on Steve Teale's original"
3+
license "BSL-1.0"
4+
copyright "Copyright (c) 2011-2021 Steve Teale, James W. Oliphant, Simen Endsjø, Sönke Ludwig, Sergey Shamov, Nick Sabalausky, and Steven Schveighoffer"
5+
authors "Steve Teale" "James W. Oliphant" "Simen Endsjø" "Sönke Ludwig" "Sergey Shamov" "Nick Sabalausky" "Steven Schveighoffer"
6+
7+
versions "MySQLDocs"

0 commit comments

Comments
 (0)