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