Skip to content

Commit b8a486b

Browse files
committed
fix: Use pipenv when building docs
1 parent 64ee560 commit b8a486b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Build mkdocs website
3838
working-directory: ./docs
39-
run: mkdocs build --clean --verbose
39+
run: pipenv mkdocs build --clean --verbose
4040

4141
- name: Deploy mkdocs website
4242
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)