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 1/2] 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 From 08758ead0a850fbdc4f41de743c8b1340e70c644 Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Thu, 23 Jul 2020 03:25:32 +0530 Subject: [PATCH 2/2] Update gh-pages.yml --- .github/workflows/gh-pages.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 23207713..8df1643a 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -11,8 +11,11 @@ jobs: uses: actions/checkout@v2 with: ref: exampleSite - - - name: Update theme + + - name: Get Theme + run: git submodule update --init --recursive + + - name: Update theme to Latest commit run: git submodule update --remote --merge - name: Setup hugo