Skip to content

Commit 4ff418f

Browse files
committed
Can't remove dub-built docs because this removes the public directory.
1 parent 4e06f92 commit 4ff418f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ jobs:
3838
# build original docs, this gets the json file properly set up
3939
dub build -b ddox
4040
# remove docs generated without macro file
41-
rm -rf docs
41+
# NOTE: Can't do this because dub build rsyncs some public stuff
42+
# from the ddox skeleton.
43+
# rm -rf docs
4244
# regenerate the docs with the macros included
4345
dub run ddox -- generate-html --navigation-type=ModuleTree --std-macros=ddoc/macros.ddoc docs.json docs
4446

0 commit comments

Comments
 (0)