From bb0d32cf7241c6848206e549b87123a21f43706f Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Tue, 24 Feb 2026 18:57:36 -0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2e4a82f..8374c45 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,13 +3,6 @@ name: Build & Commit dist on: workflow_dispatch: push: - branches: [main] - paths: - - articles/** - - templates/** - - static/** - - build.js - - package.json jobs: build: @@ -18,7 +11,6 @@ jobs: contents: write steps: - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 with: node-version: 22 @@ -33,5 +25,5 @@ jobs: git config user.email "github-actions[bot]@users.noreply.github.com" git add dist/ -f git diff --staged --quiet && echo "No changes" && exit 0 - git commit -m "build: update dist [skip ci]" + git commit -m "build commited by a bot." git push