diff --git a/docs/ru/guide/deploy.md b/docs/ru/guide/deploy.md index f92761e59..56cc8a0a0 100644 --- a/docs/ru/guide/deploy.md +++ b/docs/ru/guide/deploy.md @@ -166,6 +166,13 @@ Cache-Control: max-age=31536000,immutable with: node-version: 24 cache: npm # или pnpm / yarn + - name: Cache VitePress + uses: actions/cache@v4 + with: + path: docs/.vitepress/cache + key: ${{ runner.os }}-vitepress-${{ hashFiles('docs/**', 'package-lock.json', 'pnpm-lock.yaml', 'yarn.lock', 'bun.lockb') }} + restore-keys: | + ${{ runner.os }}-vitepress- - name: Setup Pages uses: actions/configure-pages@v4 - name: Install dependencies