From 0bc07e52c7f91db699c9a0dd223abf599b5ade8d Mon Sep 17 00:00:00 2001 From: Stanislav Vasilev Date: Thu, 10 Aug 2023 18:55:27 +0300 Subject: [PATCH] Update pages.yml --- .github/workflows/pages.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 6d5edb0..7934f3f 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -33,6 +33,11 @@ jobs: key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile') }} restore-keys: | ${{ runner.os }}-gems- + - name: Checkout submodules + shell: bash + run: | + git submodule sync --recursive + git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1 - name: Clone docs run: ./clone-docs.sh - run: "echo 'run-localhost-automatically: false' >> uvproj.yaml"