From 63284ee762f12886a4aee070f046e8e403aede4a Mon Sep 17 00:00:00 2001 From: pierregee Date: Wed, 2 Oct 2024 16:35:50 +0800 Subject: [PATCH] rm old way --- .github/workflows/deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a55e14bfa..d9c740b12 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,10 +21,9 @@ jobs: - name: Install dependencies run: npm install - - name: Build and Export + - name: Build run: | npm run build - npm run export - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3