diff --git a/.github/workflows/ADD EXAMPLAE AGENTS b/archive/workflows-junk/ADD-EXAMPLAE-AGENTS.md similarity index 100% rename from .github/workflows/ADD EXAMPLAE AGENTS rename to archive/workflows-junk/ADD-EXAMPLAE-AGENTS.md diff --git a/.github/workflows/Auto-Build-SVG.md b/archive/workflows-junk/Auto-Build-SVG.md similarity index 100% rename from .github/workflows/Auto-Build-SVG.md rename to archive/workflows-junk/Auto-Build-SVG.md diff --git a/.github/workflows/README.md b/archive/workflows-junk/README-workflows-notes.md similarity index 100% rename from .github/workflows/README.md rename to archive/workflows-junk/README-workflows-notes.md diff --git a/archive/workflows-junk/README.md b/archive/workflows-junk/README.md new file mode 100644 index 0000000..f2508ed --- /dev/null +++ b/archive/workflows-junk/README.md @@ -0,0 +1,18 @@ +# Archived non-workflow files + +These files lived in `.github/workflows/` but are **not** valid GitHub Actions +workflows — they are notes, markdown explainers, and a couple of text files whose +names looked like workflow files. They were moved here so the actions directory +contains only real workflow YAML. + +| File | Was | Why moved | +|---|---|---| +| `ADD-EXAMPLAE-AGENTS.md` | `.github/workflows/ADD EXAMPLAE AGENTS` | Sample `AGENTS.md` content, no extension — not a workflow. | +| `Auto-Build-SVG.md` | `.github/workflows/Auto-Build-SVG.md` | Workflow-pattern notes in Markdown — not a workflow. | +| `README-workflows-notes.md` | `.github/workflows/README.md` | Copy-paste instructions text — not a workflow. (The repo root `README.md` is untouched.) | +| `deploy-production.yml.txt` | `.github/workflows/deploy.yml (Production)` | A workflow draft saved with `(Production)` in the name — invisible to Actions. | +| `name-Deploy-Static-Content-to-Pages.txt` | `.github/workflows/name Deploy Static Content to Pages.txt` | A workflow draft saved as `.txt` — invisible to Actions. | +| `staging-workflow-example.md` | `.github/workflows/🧪 Staging Workflow Example` | Example text, emoji name, no extension — not a workflow. | +| `vercel-deployment.md` | `.github/workflows/vercel-deployment` | Vercel CLI install notes, no extension — not a workflow. | + +Nothing was deleted — every file is preserved here verbatim. diff --git a/.github/workflows/deploy.yml (Production) b/archive/workflows-junk/deploy-production.yml.txt similarity index 100% rename from .github/workflows/deploy.yml (Production) rename to archive/workflows-junk/deploy-production.yml.txt diff --git a/.github/workflows/name Deploy Static Content to Pages.txt b/archive/workflows-junk/name-Deploy-Static-Content-to-Pages.txt similarity index 100% rename from .github/workflows/name Deploy Static Content to Pages.txt rename to archive/workflows-junk/name-Deploy-Static-Content-to-Pages.txt diff --git "a/.github/workflows/\360\237\247\252 Staging Workflow Example" b/archive/workflows-junk/staging-workflow-example.md similarity index 100% rename from ".github/workflows/\360\237\247\252 Staging Workflow Example" rename to archive/workflows-junk/staging-workflow-example.md diff --git a/.github/workflows/vercel-deployment b/archive/workflows-junk/vercel-deployment.md similarity index 100% rename from .github/workflows/vercel-deployment rename to archive/workflows-junk/vercel-deployment.md