From 296362ced1f4180869d5f1dbfe121504dd281997 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Fri, 29 Mar 2024 12:02:23 +0800 Subject: [PATCH] ci: fix build frontend image step --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 74c287d51e..8faac5215f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -67,6 +67,7 @@ jobs: needs: - build-web steps: + - uses: actions/checkout@v4 - name: Download web artifact uses: actions/download-artifact@v4 with: