From f8081f1ce83f1ece7bb68b55e17b145dabf74113 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Sun, 31 Aug 2025 17:53:02 -0700 Subject: [PATCH] Delete workflows/npm-build.yml --- workflows/npm-build.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 workflows/npm-build.yml diff --git a/workflows/npm-build.yml b/workflows/npm-build.yml deleted file mode 100644 index 1ec4844..0000000 --- a/workflows/npm-build.yml +++ /dev/null @@ -1,23 +0,0 @@ -on: - workflow_dispatch: - push: -permissions: write-all -jobs: - build-push: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - with: - token: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/setup-node@v4 - with: - node-version: '22' - - run: | - npm install - npm run build - - run: | - git config user.name "github-actions" - git config user.email "github-actions@github.com" - git add . - git commit -m "This build was committed by a bot." - git push