From 089c5ce6fde78222729d2aebd00daf584c16a929 Mon Sep 17 00:00:00 2001 From: crrashh1542 Date: Fri, 28 Jun 2024 01:33:46 +0800 Subject: [PATCH] [non-related] ci: test2 Signed-off-by: crrashh1542 --- .github/workflows/deploy.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c22f939..0819dd3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,6 +31,12 @@ jobs: DIST_NAME: ${{ needs.setup.outputs.DIST_NAME }} runs-on: ubuntu-latest steps: + - name: 🧐 Checkout + id: checkout + uses: actions/checkout@v4 + with: + fetch-depth: '0' + - name: 🔨 Build Production Pages id: build uses: ./.github/workflows/build.yml