Skip to content

Commit

Permalink
disable build cache for now
Browse files Browse the repository at this point in the history
the github action that was used got deleted by mistake
facebook/docusaurus#9001
  • Loading branch information
kalsky committed Nov 4, 2024
1 parent ef5c4e2 commit 13e030d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Install dependencies
run: npm ci
- uses: docuactions/cache@v1
# - uses: docuactions/cache@v1

- name: Modify Config File
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:

- name: Install dependencies
run: npm ci
- uses: docuactions/cache@v1
# - uses: docuactions/cache@v1
- name: Test build website
run: npm run build

0 comments on commit 13e030d

Please sign in to comment.