From 6588a6f570bd4534f26f63147cb5154512cebfde Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Tue, 30 Jul 2024 08:18:23 -0400 Subject: [PATCH] fix: need to checkout first --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f9aa1c4..556e31c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -38,6 +38,8 @@ jobs: environment: production steps: + - uses: actions/checkout@v4 + - uses: actions/cache/restore@v4 id: docs-cache with: