diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index ef330be..126f0e6 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -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