File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed
Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change 1- name : sync-readme
1+ name : sync-repositories-to-docs
22permissions :
33 contents : write
44 pull-requests : write
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
2325jobs :
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
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
You can’t perform that action at this time.
0 commit comments