mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
update workflow
This commit is contained in:
parent
42a875223e
commit
5cd8390361
1 changed files with 3 additions and 2 deletions
5
.github/workflows/docs-update.yml
vendored
5
.github/workflows/docs-update.yml
vendored
|
|
@ -53,11 +53,12 @@ jobs:
|
|||
Steps:
|
||||
1. For each commit that looks like a new feature or significant change:
|
||||
- Read the changed files to understand what was added
|
||||
- Check if the feature is already documented in packages/docs/
|
||||
- Check if the feature is already documented in packages/web/src/content/docs/*
|
||||
2. If you find undocumented features:
|
||||
- Update the relevant documentation files in packages/docs/
|
||||
- Update the relevant documentation files in packages/web/src/content/docs/*
|
||||
- Follow the existing documentation style and structure
|
||||
- Make sure to document the feature clearly with examples where appropriate
|
||||
3. If all new features are already documented, report that no updates are needed
|
||||
4. If you are creating a new documentation file be sure to update packages/web/astro.config.mjs too.
|
||||
|
||||
Focus on user-facing features and API changes. Skip internal refactors, bug fixes, and test updates unless they affect user-facing behavior.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue