Skip to content

Commit

Permalink
chore: setup docusaurus caching (remirror#1279)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocavue authored Oct 1, 2021
1 parent acfdc1e commit ea411b2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ jobs:
with:
cache: ${{ env.PNPM_CACHE_FOLDER }}

- name: setup docusaurus caching
uses: actions/cache@v2
with:
path: website/node_modules/.cache
key: ${{ runner.os }}-docusaurus-v1

- name: generate .d.ts files
run: pnpm build

Expand Down

0 comments on commit ea411b2

Please sign in to comment.