From e215352e9fda1289aee75e4e1b3b44774b97d7ec Mon Sep 17 00:00:00 2001 From: "Chanwut (Mick) Kittivorawong" Date: Sat, 27 Jul 2024 23:11:35 -0700 Subject: [PATCH] dont remove --- .github/workflows/gh-pages.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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