From b4b553dc5fcbf253b239df2e1357c512fb3732f3 Mon Sep 17 00:00:00 2001 From: Yuxiang Date: Thu, 15 Aug 2024 19:08:56 +0200 Subject: [PATCH] try get job run --- .github/workflows/build_docs.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml index 4dbdbfa..ad451c8 100644 --- a/.github/workflows/build_docs.yml +++ b/.github/workflows/build_docs.yml @@ -16,8 +16,11 @@ jobs: uses: actions/checkout@v2 with: submodules: true - - name: Update submodules - run: git submodule update --init --recursive + - name: Clean up incorrect submodule references + run: | + git rm --cached pythonocc-utils || true + rm -rf pythonocc-utils || true + - name: Setup Mambaforge uses: conda-incubator/setup-miniconda@v2 with: