Skip to content

Commit

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

- name: 'Save Generated Markdown'
uses: actions/upload-artifact@v3
with:
name: generated_docs
path: docs/docstrings/sindri.jsx.md
path: ./docs/docstrings/sindri.jsx.md
retention-days: 90
1 change: 1 addition & 0 deletions build-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ lazydocs \
--output-path="./docs/docstrings" \
--overview-file="README.md" \
--src-base-url="https://github.com/Sindri-Labs/sindri-python/blob/main/" \
--no-watermark \
src/sindri_labs

mkdocs build
Expand Down

0 comments on commit bca09ec

Please sign in to comment.