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 ca9cdd7 commit 9577a23
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
- run: |
pip install lazydocs mkdocs mkdocs-awesome-pages-plugin
- run: |
ls -al
./build-docs.sh
ls -al
ls -al docs
ls -al docs/docstrings
python3 _transform_md_to_jsx.py
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 9577a23

Please sign in to comment.