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