From 422596e315abee8ec0dea7cc4e3929a41999102d Mon Sep 17 00:00:00 2001 From: cxykevin Date: Sun, 26 May 2024 06:59:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/build.yam?= =?UTF-8?q?l?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 8b6f1dc..44862bd 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -23,7 +23,17 @@ jobs: apt-get install lftp -y - name: Checkout uses: https://git.hmtsai.cn/actions/checkout@v4 + - name: Cache mdbook + uses: https://git.hmtsai.cn/actions/cache@v4 + id: cache-mdbook + env: + cache-name: cache-mdbook + with: + key: ${{ runner.os }}-mdbook + path: | + study-area-action-deps - name: Get file + if: ${{ steps.cache-mdbook.outputs.cache-hit != 'true' }} run: | git clone https://git.hmtsai.cn/cxykevin/study-area-action-deps echo "Check..."