From 1a43ef40423ce25d8e5b2fbf9ba701c32e6e7e5e Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Thu, 23 Jul 2020 03:18:45 +0530 Subject: [PATCH] Update gh-pages.yml --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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