Skip to content

Commit

Permalink
remove ignored modules
Browse files Browse the repository at this point in the history
  • Loading branch information
chanwutk committed Jul 28, 2024
1 parent dcd7624 commit 8817e31
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Ignore modules
run: |
rm -rf spatialyze/video_processor/modules
rm -rf spatialyze/video_processor/stages
- name: API Doc
run: |
pip install pydoctor
Expand Down

0 comments on commit 8817e31

Please sign in to comment.