Skip to content

Commit

Permalink
chore(cache): Implement a cache for docusaurus build (#4025)
Browse files Browse the repository at this point in the history
* message

* test cache workflow

* test cache workflow

* add caching for subsequent builds

* test cache speed

* test cache speed

* ready to review
  • Loading branch information
andromaqui authored Jul 19, 2024
1 parent 198ed10 commit e1d2b50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/preview-env-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
- name: Install Dependencies
run: npm ci

- uses: docuactions/cache@v1

- name: Build Docs
env:
NODE_OPTIONS: --max_old_space_size=8192
Expand Down

0 comments on commit e1d2b50

Please sign in to comment.