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 585ad4e commit ca9cdd7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,13 @@ jobs:
python-version: 3.10.6
- run: |
pip install lazydocs mkdocs mkdocs-awesome-pages-plugin
- run: ./build-docs.sh
- run: python3 _transform_md_to_jsx.py
- run: |
ls -al
./build-docs.sh
ls -al
ls -al docs
ls -al docs/docstrings
python3 _transform_md_to_jsx.py
- name: 'Save Generated Markdown'
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit ca9cdd7

Please sign in to comment.