diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index f77c5801..23207713 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -13,7 +13,7 @@ jobs: ref: exampleSite - name: Update theme - run: git submodule update --init --recursive + run: git submodule update --remote --merge - name: Setup hugo uses: peaceiris/actions-hugo@v2