There was an error while loading. Please reload this page.
1 parent 96ee0db commit 16e3af8Copy full SHA for 16e3af8
1 file changed
.github/workflows/documentation.yml
@@ -40,6 +40,9 @@ jobs:
40
- name: Install DocFX
41
run: dotnet tool install -g docfx
42
43
+ - name: Generate metadata
44
+ run: docfx metadata docs/docfx.json
45
+
46
- name: Build Documentation
47
run: docfx build docs/docfx.json
48
0 commit comments