Skip to content

Commit 6f1d8cb

Browse files
TaiSakumaclaude
andauthored
refactor: rename docs workflows to start with a verb (#20)
## Summary - Rename workflow names to start with a verb for consistency - Rename `docs.yml` → `docs-dev.yml` to match the `docs-*` pattern - Update README workflow table ## Test plan - [ ] All workflows still trigger correctly after rename 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 2e8fd98 commit 6f1d8cb

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Documentation
1+
name: Deploy dev docs
22

33
on:
44
push:

.github/workflows/docs-pr-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Documentation (PR Cleanup)
1+
name: Remove docs preview
22

33
on:
44
pull_request:

.github/workflows/docs-pr-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Documentation (PR Preview)
1+
name: Deploy docs preview
22

33
# Use pull_request_target so the workflow has write permissions even for fork
44
# PRs. The pull_request trigger restricts fork PRs to a read-only GITHUB_TOKEN,

.github/workflows/docs-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Documentation (Release)
1+
name: Deploy release docs
22

33
on:
44
workflow_run:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Documentation is built with [zensical](https://zensical.org/) and deployed by pu
2121

2222
| Workflow | Trigger | Deploys to |
2323
| --------------------- | -------------------------------- | ----------------------------------------- |
24-
| `docs.yml` | Push to `main` | `/dev/` |
24+
| `docs-dev.yml` | Push to `main` | `/dev/` |
2525
| `docs-release.yml` | Release (via changelog workflow) | `/<version>/` + `/latest/` + `index.html` |
2626
| `docs-pr-preview.yml` | PR opened/updated (incl. forks) | `/pr/<number>/` |
2727
| `docs-pr-cleanup.yml` | PR closed | removes `/pr/<number>/` |

0 commit comments

Comments
 (0)