Skip to content

Commit 6f43ada

Browse files
authored
ci(github): add step to build documentation (#191)
Signed-off-by: Luís Ferreira <contact@lsferreira.net>
1 parent 77c02a6 commit 6f43ada

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ jobs:
6161

6262
# Build and Test
6363

64+
- name: Build documentation
65+
run: |
66+
dub build --build=ddox
67+
dub build --build=docs
68+
6469
- name: Build
6570
run: |
6671
meson setup ./build

0 commit comments

Comments
 (0)