Commit a2818b3
committed
ci(docs[paths-filter]) Fix python_files path for src layout
why: The filter used vcspull/** but sources live under src/vcspull/**
so Python file changes never triggered PUBLISH, meaning docs have
never been rebuilt on source changes since the src layout was adopted.
Also adds workflow_dispatch to allow manual doc rebuilds.
what:
- vcspull/** -> src/vcspull/** in python_files filter
- Add workflow_dispatch trigger1 parent 9fa2aa2 commit a2818b3
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
34 | | - | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
0 commit comments