From 36d3eb3bf36a64eaee9f1deb0d97215a4520e722 Mon Sep 17 00:00:00 2001 From: crrashh1542 Date: Fri, 28 Jun 2024 01:43:18 +0800 Subject: [PATCH] [non-related] ci: test5 Signed-off-by: crrashh1542 --- .github/workflows/deploy.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 29ef8f7..62d0ce9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,6 +31,13 @@ jobs: DIST_NAME: ${{ needs.setup.outputs.DIST_NAME }} runs-on: ubuntu-latest steps: + - name: 🧐 Checkout + if: github.event_name == 'pull_request' + id: checkout + uses: actions/checkout@v4 + with: + fetch-depth: '0' + - name: 🔨 Build Production Pages id: build uses: ./../.github/workflows/build.yml