From d5f3f691aae3a9a35689b76b6d3fc17e05037aab Mon Sep 17 00:00:00 2001 From: Dan Birman Date: Wed, 1 Nov 2023 11:29:00 -0700 Subject: [PATCH] feat: trying a different approach --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2f5def9..d5044ea 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,8 +22,7 @@ jobs: - name: Update Submodule run: | - git submodule update --init --recursive - git submodule update --remote --recursive + git submodule update --remote --merge working-directory: source/urchin/tutorials/urchin-examples - name: Install Pandoc