Skip to content

Commit

Permalink
Caching the Docusaurus temp directory does not decrease the build time
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewL246 authored May 28, 2024
1 parent 7d5b1c1 commit 6ce3e51
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,6 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Cache Docusaurus temp directory
uses: actions/cache@v4
with:
path: ./docs/.docusaurus
key: docusaurus-cache-${{ runner.os }}-${{ hashFiles('./docs/package-lock.json') }}-${{ github.sha }}
restore-keys: docusaurus-cache-${{ runner.os }}-${{ hashFiles('./docs/package-lock.json') }}-

- name: Build the documentation site
run: npm run build

Expand Down

0 comments on commit 6ce3e51

Please sign in to comment.