From f90386b32af646a31131b272d8523feef2c68717 Mon Sep 17 00:00:00 2001 From: WeiTing Chen <> Date: Thu, 12 Sep 2024 15:15:52 +0200 Subject: [PATCH] update gitaction --- .github/workflows/docs.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 4529cb0..0f8f10b 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -15,6 +15,11 @@ jobs: run: | git config user.name github-actions[bot] git config user.email 41898282+github-actions[bot]@users.noreply.github.com + - name: Checkout code + uses: actions/checkout@v3 + with: + submodules: true # Ensures submodules are checked out + fetch-depth: 0 # Fetch full history to avoid shallow clones - uses: actions/setup-python@v5 with: python-version: 3.x