From afcf21218a387c88d2c6573190e4055de7748029 Mon Sep 17 00:00:00 2001 From: Antoan Angelov Date: Tue, 26 Dec 2023 01:07:40 +0200 Subject: [PATCH] test --- .github/workflows/build.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 31e06e7..733879c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,17 +24,17 @@ jobs: - name: Build with Webpack run: npm run build # Adjust this command based on your project - deploy: - runs-on: ubuntu-latest - needs: build - steps: - - name: Checkout Repository - uses: actions/checkout@v2 - - - name: Set up Node.js - uses: actions/setup-node@v3 - with: - node-version: 14 + # deploy: + # runs-on: ubuntu-latest + # needs: build + # steps: + # - name: Checkout Repository + # uses: actions/checkout@v2 + + # - name: Set up Node.js + # uses: actions/setup-node@v3 + # with: + # node-version: 14 - name: Deploy to gh-pages run: |