diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 1657139..c5b20d2 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -3,7 +3,7 @@ name: Deploy GitHub Pages on: push: branches: [main] - paths: ['site/**'] + paths: ['docs/site/**'] workflow_dispatch: permissions: @@ -27,7 +27,7 @@ jobs: - uses: actions/configure-pages@v5 - uses: actions/upload-pages-artifact@v3 with: - path: site/ + path: docs/site/ - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4 diff --git a/AGENTS.md b/AGENTS.md index d3d6e79..b2fa179 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -26,12 +26,12 @@ ├── bin/ Compiled binary output (gitignored) ├── docs/ Feature requirements and implementation/architecture documentation ├────── testplans/ Test plans for each feature (manual and automated) + ├────── site/ GitHub Pages static landing page (HTML + CSS) — deployed by pages.yml ├── .github/ Github Actions and PR/Issue templates ├────── workflows/ GitHub Actions workflows definitions (release, PR checks) and cliff.toml changelog config ├── .githooks/ Local git hooks: pre-push (lint+test), commit-msg (conventional commit format) │ ├── Formula/ Homebrew tap formula — auto-updated by release.yml on each release - ├── site/ GitHub Pages static landing page (HTML + CSS) — deployed by pages.yml ├── go.mod Module declaration (sean_seannery/opsfile, Go 1.25+, no external deps) ├── AGENTS.md This file — source of truth for agentic context ├── CLAUDE.md Links to AGENTS.md (Claude does not natively support AGENTS.md) diff --git a/site/index.html b/docs/site/index.html similarity index 72% rename from site/index.html rename to docs/site/index.html index 6bbc61c..532f483 100644 --- a/site/index.html +++ b/docs/site/index.html @@ -4,7 +4,7 @@ - ops — live operations CLI + Opsfile — live operations CLI @@ -12,7 +12,7 @@