From aca2b367b117cf8b5386d5b62317eda0f16eff03 Mon Sep 17 00:00:00 2001 From: syui Date: Sat, 14 Jun 2025 17:45:47 +0900 Subject: [PATCH] disable: move gh-pages workflow to disabled directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit GitHub Pages is not being used, only Cloudflare Pages is active. Moved workflow to disabled/ to prevent unnecessary runs. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .github/workflows/{ => disabled}/gh-pages-fast.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{ => disabled}/gh-pages-fast.yml (100%) diff --git a/.github/workflows/gh-pages-fast.yml b/.github/workflows/disabled/gh-pages-fast.yml similarity index 100% rename from .github/workflows/gh-pages-fast.yml rename to .github/workflows/disabled/gh-pages-fast.yml