Skip to content

Commit 070f273

Browse files
committed
Update github workflow file
1 parent accde8b commit 070f273

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed
Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: sync-readme
1+
name: sync-repositories-to-docs
22
permissions:
33
contents: write
44
pull-requests: write
@@ -8,16 +8,18 @@ on:
88
branches:
99
- main
1010
paths:
11-
- 'README.md'
12-
- 'scripts/sync_readme_to_docs.py'
13-
- '.github/workflows/sync_readme.yml'
11+
- 'scripts/sync_repositories_to_docs.py'
12+
- '.github/workflows/sync_repos.yml'
13+
- 'repositories/**'
14+
- 'docs/bibtex/**'
1415
pull_request:
1516
branches:
1617
- main
1718
paths:
18-
- 'README.md'
19-
- 'scripts/sync_readme_to_docs.py'
20-
- '.github/workflows/sync_readme.yml'
19+
- 'scripts/sync_repositories_to_docs.py'
20+
- '.github/workflows/sync_repos.yml'
21+
- 'repositories/**'
22+
- 'docs/bibtex/**'
2123
workflow_dispatch: # Allow manual triggering
2224

2325
jobs:
@@ -42,7 +44,7 @@ jobs:
4244
run: uv sync --dev --group docs
4345

4446
- name: Run sync script
45-
run: python scripts/sync_readme_to_docs.py
47+
run: python scripts/sync_repositories_to_docs.py
4648

4749
- name: Check for changes
4850
id: git-check
@@ -59,7 +61,7 @@ jobs:
5961
if: steps.git-check.outputs.changes == 'true' && github.event_name == 'push'
6062
run: |
6163
git add docs/index.md
62-
git commit -m "docs: sync README.md reference implementations to docs/index.md
64+
git commit -m "docs: sync repositories to docs/index.md
6365
6466
Automated update triggered by changes to README.md
6567

0 commit comments

Comments
 (0)