File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 with :
1515 github_token : ${{ github.token }}
1616 source_ref : ${{ github.ref }}
17- target_branch : ' main'
17+ target_branch : main
1818 commit_message_template : ' [Automated] Merged {source_ref} into {target_branch}'
Original file line number Diff line number Diff line change 11name : Prettier
22
33on :
4- pull_request :
54 push :
6- branches :
7- - main
5+ branches : [ main ]
86
97jobs :
108 prettier :
2018 uses : creyD/prettier_action@v3.0
2119 with :
2220 prettier_options : --write **/*.{html,js,md}
23- commit_message : ' docs : prettify code'
21+ commit_message : ' style : prettify code'
2422 env :
2523 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1818 destination-repo : git@gitee.com:Doocs/advanced-java.git
1919
2020 - name : Build Gitee Pages
21- uses : yanglbme/gitee-pages-action@master
21+ uses : yanglbme/gitee-pages-action@main
2222 with :
2323 gitee-username : yanglbme
2424 gitee-password : ${{ secrets.GITEE_PASSWORD }}
Original file line number Diff line number Diff line change 2020
2121学习之前,先来看看 [ Issues 讨论区] ( https://github.com/doocs/advanced-java/issues/9#issue-394275038 ) 的技术面试官是怎么说的吧。本项目欢迎各位开发者朋友到 Issues 讨论区分享自己的一些想法和实践经验。也不妨 Star 关注 [ doocs/advanced-java] ( https://github.com/doocs/advanced-java ) ,随时追踪项目最新动态。
2222
23- 本项目基于 [ Docsify] ( https://docsify.js.org ) 进行构建,并同步部署在以下三个站点 :
23+ 本项目基于 [ Docsify] ( https://docsify.js.org ) 进行构建,并同步部署(这里用到 [ Gitee Pages Action ] ( https://github.com/yanglbme/gitee-pages-action ) 自动部署工具,非常好用的一个开源工具,欢迎 Star 关注)在以下三个站点 :
2424
2525- Netlify: https://adjava.netlify.app
2626- Gitee Pages: https://doocs.gitee.io/advanced-java
You can’t perform that action at this time.
0 commit comments