Skip to content

Commit 3543b4a

Browse files
committed
add doc cache
1 parent 95b0431 commit 3543b4a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build-docs.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ jobs:
3636
with:
3737
python-version: "3.10"
3838

39+
- name: Cache Hugging Face
40+
id: cache-hf
41+
uses: actions/cache@v4
42+
with:
43+
path: ~/.cache/huggingface
44+
key: docs-cache-hf
45+
3946
- name: Install pandoc
4047
run: |
4148
sudo apt install pandoc

0 commit comments

Comments
 (0)