From 2cb0b0de5c6f409e8f009be5ac5fc257dd2aec85 Mon Sep 17 00:00:00 2001 From: Vladislav Kibenko Date: Mon, 10 Jun 2024 12:23:20 +0300 Subject: [PATCH] Remove build step --- .github/workflows/github-pages-deploy.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/github-pages-deploy.yml b/.github/workflows/github-pages-deploy.yml index 228be95..57e7111 100644 --- a/.github/workflows/github-pages-deploy.yml +++ b/.github/workflows/github-pages-deploy.yml @@ -44,9 +44,6 @@ jobs: version: 9.1.0 run_install: true - - name: Build - run: pnpm run build - - name: Setup Pages uses: actions/configure-pages@v3