forked from study-area-cn/study-area-cn.old
更新 .gitea/workflows/build.yaml
This commit is contained in:
parent
3558b6f412
commit
422596e315
|
@ -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..."
|
||||
|
|
Loading…
Reference in New Issue