Skip to content

Commit

Permalink
try to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
KPreisner committed Dec 20, 2023
1 parent 791a7b9 commit 50a2ce1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
python-version: 3.x
- run: |
pip install lazydocs mkdocs mkdocs-awesome-pages-plugin
pip install lazydocs
- run: ./build-docs.sh

- name: 'Save Generated Markdown'
Expand Down
2 changes: 0 additions & 2 deletions build-docs.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#!/usr/bin/env bash
mkdir -p docs/docstrings

set -e

# pip install lazydocs
lazydocs \
--output-path="./docs/docstrings" \
Expand Down

0 comments on commit 50a2ce1

Please sign in to comment.