From f7ab882b2ec0c6927ac37ff2916f85b1d5c8b4ae Mon Sep 17 00:00:00 2001 From: Yolo Date: Tue, 27 Aug 2024 18:27:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E6=89=93=E5=8C=85?= =?UTF-8?q?=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index beb3ca1..d38835f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,7 +25,7 @@ jobs: run: npm install - name: Build project - run: npm run build:test + run: npm run build:dev - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3