From d425feca64a23305f8bff6371e5e6d3ebfdece83 Mon Sep 17 00:00:00 2001 From: Peter Burns Date: Wed, 8 May 2024 16:10:07 -0700 Subject: [PATCH] Gotta checkout the repo lol --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f4ce33829e..d5a6030704 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,6 +8,8 @@ jobs: deploy: runs-on: ubuntu-latest steps: + - name: Checkout + uses: actions/checkout@v4.1.1 - name: Install run: | npm ci