From ce9207e0e14a18bc3c0ec0c5ffcaea884ce0510c Mon Sep 17 00:00:00 2001 From: cxykevin Date: Sat, 31 Aug 2024 17:42:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 108f4d2..5674c79 100755 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -23,6 +23,8 @@ jobs: apt-get install lftp -y - name: Checkout uses: https://git.hmtsai.cn/actions/checkout@v4 + - name: Download submodule + run: git submodule update --init --recursive - name: Cache mdbook uses: https://git.hmtsai.cn/actions/cache@v4 id: cache-mdbook