Skip to content

Commit d741019

Browse files
committed
fix(copier): Remove outdated build workflow from migrations
The '.github/workflows/build.yaml' file is no longer needed and this migration ensures it is removed from projects when the template is updated.
1 parent c8722ee commit d741019

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

copier.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ _migrations: &migrations
2424
- rm --force --verbose '.github/copier/mkdocs.yaml'
2525
- rm --force --verbose '.github/linters/.ruff.toml'
2626
- rm --force --verbose '.github/linters/pyrightconfig.json'
27+
- rm --force --verbose '.github/workflows/build.yaml' # TODO: remove this migration in future
2728
- rm --force --verbose '.github/workflows/docs-dev.yaml'
2829
- rm --force --verbose '.github/workflows/docs-stable.yaml'
2930
- rm --force --verbose '.github/workflows/docs-test.yaml'

0 commit comments

Comments
 (0)