From 361de5fa1d066404f2fee14b084d973fd748ad51 Mon Sep 17 00:00:00 2001 From: chensz Date: Tue, 11 Jul 2023 23:48:34 +0800 Subject: [PATCH] chore: test cd --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 5d0c77b..87b288b 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -31,5 +31,5 @@ jobs: uses: JamesIves/github-pages-deploy-action@releases/v3 with: GITHUB_TOKEN: ${{ secrets.REACT18_ANTD5_TEMPLATE }} - BRANCH: master + BRANCH: gh-pages FOLDER: dist \ No newline at end of file