File tree 3 files changed +3
-10
lines changed
3 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 37
37
- name : Upload coverage to Codecov
38
38
uses : codecov/codecov-action@v4.0.1
39
39
with :
40
- token : ${{ secrets.CODECOV_TOKEN }}
40
+ token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change @@ -50,10 +50,3 @@ This project follows the all-contributors specification. All kinds of contributi
50
50
![ Contributors] ( https://contributors-img.web.app/image?repo=auula/typikon )
51
51
52
52
53
- ---
54
-
55
- ## WeChat Group
56
-
57
- > 中国大陆用户可以加微信群一起讨论设计与代码实现细节。
58
-
59
- <img src =" https://img.ibyte.me/nlbxzp.jpg " alt =" Alt text " style =" width : 180px ; height : 260px ;" >
Original file line number Diff line number Diff line change @@ -167,12 +167,12 @@ pub fn handle_init_command(_args: &[String]) {
167
167
return ;
168
168
}
169
169
170
- if let Err ( err) = utils:: move_dir_contents ( Path :: new ( "typikon-book-main" ) , Path :: new ( "." ) ) {
170
+ if let Err ( err) = utils:: move_dir_contents ( Path :: new ( "typikon-book-v3- main" ) , Path :: new ( "." ) ) {
171
171
log. error ( format_args ! ( "{:?}" , err) ) ;
172
172
return ;
173
173
}
174
174
175
- if let Err ( err) = utils:: delete_folder ( Path :: new ( "typikon-book-main" ) ) {
175
+ if let Err ( err) = utils:: delete_folder ( Path :: new ( "typikon-book-v3- main" ) ) {
176
176
log. error ( format_args ! ( "{:?}" , err) ) ;
177
177
return ;
178
178
}
You can’t perform that action at this time.
0 commit comments