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: |