Skip to content

Commit

Permalink
dont remove
Browse files Browse the repository at this point in the history
  • Loading branch information
chanwutk committed Jul 28, 2024
1 parent 21003f0 commit e215352
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +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: 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 e215352

Please sign in to comment.