File tree 2 files changed +28
-4
lines changed 2 files changed +28
-4
lines changed Original file line number Diff line number Diff line change 16
16
- run : mkdir -p build build/examples
17
17
- run : cp -rp examples build/examples
18
18
- run : cp -rp img build/
19
- - run : npm i markdown-to-html-cli -g
20
- - run : markdown-to-html --output build/index.html
19
+
20
+ - name : Generate Contributors Images
21
+ uses : jaywcjlove/github-action-contributors@main
22
+ with :
23
+ filter-author : (renovate\[bot\]|renovate-bot|dependabot\[bot\])
24
+ output : build/CONTRIBUTORS.svg
25
+ avatarSize : 42
26
+
27
+ - name : Converts Markdown to HTML
28
+ uses : jaywcjlove/markdown-to-html-cli@main
29
+ with :
30
+ source : README.md
31
+ output : build/index.html
21
32
22
33
- name : Deploy
23
34
uses : peaceiris/actions-gh-pages@v3
Original file line number Diff line number Diff line change 1
-
2
1
Swift入门教程、读书笔记
3
- ---
2
+ ===
4
3
5
4
如果你已经掌握了一些 Swift 语法基础了,可以通过 [ SwiftUI Example] ( https://github.com/jaywcjlove/swiftui-example ) 来练习一些示例进行技术的提升。
6
5
@@ -607,3 +606,17 @@ if errorCode != nil {
607
606
- [ SwiftGG] ( http://swift.gg )
608
607
- [ swiftweekly] ( http://swiftweekly.cn )
609
608
- [ dianqk] ( http://blog.dianqk.org )
609
+
610
+ ## Contributors
611
+
612
+ As always, thanks to our amazing contributors!
613
+
614
+ <a href =" https://github.com/jaywcjlove/swift-tutorial/graphs/contributors " >
615
+ <img src =" https://jaywcjlove.github.io/swift-tutorial/CONTRIBUTORS.svg " />
616
+ </a >
617
+
618
+ Made with [ action-contributors] ( https://github.com/jaywcjlove/github-action-contributors ) .
619
+
620
+ ## License
621
+
622
+ Licensed under the MIT License.
You can’t perform that action at this time.
0 commit comments