Skip to content

Commit e258096

Browse files
authored
Enable content pipelines daily run (#59893)
1 parent 71f5e61 commit e258096

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/content-pipelines.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ name: 'Content pipelines: Update content'
1414
# values. Run locally: npx tsx src/content-pipelines/scripts/update.ts --help
1515

1616
on:
17-
## COMMENTED OUT FOR TESTING
18-
# schedule:
19-
# - cron: "20 16 * * 1-5" # Mon-Fri at 16:20 UTC
17+
schedule:
18+
- cron: '20 16 * * 1-5' # Mon-Fri at 16:20 UTC
2019
workflow_dispatch:
2120

2221
permissions:

src/automated-pipelines/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Our automated pipelines directory contains code shared by our automated pipelines, including REST, GraphQL, Webhooks, CodeQL CLI, and GitHub Apps.
44

5-
## What is automated pipelines
5+
## What are automated pipelines
66

77
An automated pipeline consumes data from an external source that is used to create content for docs.github.com. An automated pipeline does not automate documentation that is created by our content writing team. For example, if a writer creates a structured data file like YAML or JSON that lives in the `docs-internal` repo, using that data to create a page does not create an automated pipeline.
88

src/content-pipelines/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Content pipelines
22

3-
Content pipelines is an agent-powered framework for keeping **reference documentation** in sync with source docs that live in external repositories. On a schedule, a workflow clones each external repo, detects whether the source docs have changed, and if they have, runs an AI agent to update our official content articles.
3+
The content pipelines framework is an agent-powered approach to keeping **reference documentation** in sync with source docs that live in external repositories. On a schedule, a workflow clones each external repo, detects whether the source docs have changed, and if they have, runs an AI agent to update our official content articles.
44

55
## How content pipelines differ from standard automated pipelines
66

0 commit comments

Comments
 (0)