Skip to content

chore: extract docs deploy into standalone workflow - #23

Merged
0x054 merged 1 commit into
mainfrom
chore/docs-deploy-workflow
Jul 7, 2026
Merged

chore: extract docs deploy into standalone workflow#23
0x054 merged 1 commit into
mainfrom
chore/docs-deploy-workflow

Conversation

@0x054

@0x054 0x054 commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Add .github/workflows/docs.yml — builds Zensical and deploys to GitHub Pages
  • Callable via workflow_dispatch (manual) or workflow_call (from Release)
  • Release workflow calls docs.yml instead of inlining the job
  • Add just docs-deploygh workflow run docs.yml --ref main

Usage after merge

just docs-deploy
# or
gh workflow run docs.yml --ref main
gh run watch --workflow docs.yml

Optional ref input defaults to main; override in the Actions UI when dispatching manually.

Test plan

Made with Cursor

Publish GitHub Pages from a reusable docs.yml callable via workflow_dispatch
or from the release workflow. Adds just docs-deploy for one-off doc updates.

Co-authored-by: Cursor <cursoragent@cursor.com>
@0x054
0x054 merged commit 661ea9c into main Jul 7, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant