Skip to content

Commit 13e030d

Browse files
committed
disable build cache for now
the github action that was used got deleted by mistake facebook/docusaurus#9001
1 parent ef5c4e2 commit 13e030d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Install dependencies
2424
run: npm ci
25-
- uses: docuactions/cache@v1
25+
# - uses: docuactions/cache@v1
2626

2727
- name: Modify Config File
2828
run: |

.github/workflows/test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525

2626
- name: Install dependencies
2727
run: npm ci
28-
- uses: docuactions/cache@v1
28+
# - uses: docuactions/cache@v1
2929
- name: Test build website
3030
run: npm run build

0 commit comments

Comments
 (0)