mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-08 00:30:22 +08:00
ci fix
This commit is contained in:
parent
582dda61f8
commit
3e05eedb87
@ -1563,7 +1563,7 @@ class SpinoffContext:
|
|||||||
os.remove(delete_file_name)
|
os.remove(delete_file_name)
|
||||||
|
|
||||||
def _is_project_file(self, path: str) -> bool:
|
def _is_project_file(self, path: str) -> bool:
|
||||||
if path.startswith('tools/') or path.startswith('src/external'):
|
if path.startswith('tools/') or path.startswith('src/external') or path.startswith('src/assets/sphinx'):
|
||||||
return False
|
return False
|
||||||
bname = os.path.basename(path)
|
bname = os.path.basename(path)
|
||||||
return (
|
return (
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user