Skip to content

Commit 918cc55

Browse files
committed
📚 update mobanfile to use grouping syntax to migrate copy target. related to: moremoban/moban#228
1 parent b66d615 commit 918cc55

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

mobanfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ targets:
1313
- output: CHANGELOG.rst
1414
configuration: changelog.yml
1515
template: CHANGELOG.rst.jj2
16-
copy:
17-
- templates/docs/Makefile.jj2: Makefile.new_t
18-
- templates/docs/make.bat.jj2: make.bat.new_t
19-
- templates/docs/master_doc.rst_t: master_doc.rst_t
20-
- templates/docs/conf.py_t: conf.py_t
16+
- copy:
17+
- templates/docs/Makefile.jj2: Makefile.new_t
18+
- templates/docs/make.bat.jj2: make.bat.new_t
19+
- templates/docs/master_doc.rst_t: master_doc.rst_t
20+
- templates/docs/conf.py_t: conf.py_t

0 commit comments

Comments
 (0)