Skip to content

Commit c757a36

Browse files
authored
Merge pull request #255 from schveiguy/fixddox
Fix issue with trying to serve docs instead of building them.
2 parents 6617f39 + 2f0a2c3 commit c757a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# our custom macro file
3737
3838
# build original docs, this gets the json file properly set up
39-
dub -b ddox
39+
dub build -b ddox
4040
# remove docs generated without macro file
4141
rm -rf docs
4242
# regenerate the docs with the macros included

0 commit comments

Comments
 (0)