Skip to content

Commit d2f3591

Browse files
committed
fixed python requirement
1 parent ea60bc0 commit d2f3591

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
cache: pip
3333
cache-dependency-path: requirements-docs.txt
3434

35+
- name: Install Python docs dependencies
36+
run: pip install -r requirements-docs.txt
37+
3538
- name: Install DocFX
3639
run: dotnet tool install -g docfx
3740

@@ -51,9 +54,6 @@ jobs:
5154
cp -r Documentation~/api/_site/* docs~/api/
5255
cp docs~/api-stub/index.html docs~/api/index.html
5356
54-
- name: Install MkDocs
55-
run: pip install -r requirements-docs.txt
56-
5757
- name: Build site
5858
run: mkdocs build
5959

0 commit comments

Comments
 (0)