From 18a715ba5382221c8ae1d20a57c47c2bdfec527d Mon Sep 17 00:00:00 2001 From: Sergey Mishin Date: Sat, 21 Feb 2026 20:02:34 +0700 Subject: [PATCH] ci: add cache --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 76589181..b6a24ff0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,6 +32,8 @@ jobs: tags: | registry.primaverahq.com/mp/docs:${{ github.sha }} registry.primaverahq.com/mp/docs:latest + cache-from: type=gha + cache-to: type=gha,mode=max deploy-site: name: Deploy site on server