From 2601539ebe919c08719ec4d498fe5b46b51d2af3 Mon Sep 17 00:00:00 2001 From: Drew Carlson Date: Sun, 26 May 2024 17:47:42 -0700 Subject: [PATCH] Fetch gh-pages branch after publishing docs --- .github/workflows/publish.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 11460d16..51881777 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -79,6 +79,11 @@ jobs: - name: Move KDoc build run: mv build/dokka/htmlMultiModule docs/kdoc + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 + with: + submodules: true + fetch-depth: 0 + - name: Deploy with mike (release) if: startsWith(github.ref, 'refs/tags/v') run: |