diff --git a/.github/workflows/docs-production.yml b/.github/workflows/docs-production.yml index c401169ff..b0958d61c 100644 --- a/.github/workflows/docs-production.yml +++ b/.github/workflows/docs-production.yml @@ -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