From fdaa663247f2767311339f43cfe65089a81ec8f7 Mon Sep 17 00:00:00 2001 From: Nikolai Shabalin Date: Sun, 1 Dec 2024 16:56:34 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D1=8F=20github?= =?UTF-8?q?=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/gh-pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index f384b5b..5bf3ed8 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -29,11 +29,11 @@ jobs: run: pnpm i - name: Building - run: npm run build + run: pnpm build - name: Deploy uses: JamesIves/github-pages-deploy-action@v4.5.0 with: token: ${{ secrets.GITHUB_TOKEN }} - folder: ./build + folder: ./dist branch: gh-pages