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] 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