Skip to content

Commit b591dd3

Browse files
committed
change github action for .docusaurus cache (docuactions/cache)
1 parent 469a855 commit b591dd3

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,7 @@ jobs:
3030
- name: Install dependencies
3131
run: npm ci
3232

33-
- name: Cache .docusaurus
34-
uses: actions/cache@v4
35-
with:
36-
path: .docusaurus
37-
key: ${{ runner.os }}-docusaurus-${{ hashFiles('**/*') }}
38-
restore-keys: |
39-
${{ runner.os }}-docusaurus-
33+
- uses: docuactions/cache@v1
4034

4135
- name: Build website
4236
run: npm run build

0 commit comments

Comments
 (0)