There was an error while loading. Please reload this page.
1 parent ea60bc0 commit d2f3591Copy full SHA for d2f3591
1 file changed
.github/workflows/docs.yml
@@ -32,6 +32,9 @@ jobs:
32
cache: pip
33
cache-dependency-path: requirements-docs.txt
34
35
+ - name: Install Python docs dependencies
36
+ run: pip install -r requirements-docs.txt
37
+
38
- name: Install DocFX
39
run: dotnet tool install -g docfx
40
@@ -51,9 +54,6 @@ jobs:
51
54
cp -r Documentation~/api/_site/* docs~/api/
52
55
cp docs~/api-stub/index.html docs~/api/index.html
53
56
- - name: Install MkDocs
- run: pip install -r requirements-docs.txt
-
57
- name: Build site
58
run: mkdocs build
59
0 commit comments