Skip to content

Commit

Permalink
try get job run
Browse files Browse the repository at this point in the history
  • Loading branch information
YuXHe15 committed Aug 15, 2024
1 parent 25fd65d commit b4b553d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b4b553d

Please sign in to comment.