Skip to content

Commit

Permalink
chore: add image caching to prod workflow (#1061)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianGonz97 authored Apr 30, 2024
1 parent 5cd4515 commit 8a77b9a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/docs-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ jobs:
restore-keys: |
${{ runner.os }}-pnpm-store-
# Image cache setup
- name: Setup Image cache
uses: actions/cache@v3
with:
path: '**/node_modules/.cache/imagetools'
key: ${{ runner.os }}-image-cache-${{ hashFiles('**/src/lib/img') }}

- name: Install dependencies
run: pnpm install

Expand Down

0 comments on commit 8a77b9a

Please sign in to comment.