Skip to content

Commit 16e3af8

Browse files
committed
Fix metadata generation
1 parent 96ee0db commit 16e3af8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/documentation.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
- name: Install DocFX
4141
run: dotnet tool install -g docfx
4242

43+
- name: Generate metadata
44+
run: docfx metadata docs/docfx.json
45+
4346
- name: Build Documentation
4447
run: docfx build docs/docfx.json
4548

0 commit comments

Comments
 (0)