File tree Expand file tree Collapse file tree 5 files changed +18
-1
lines changed Expand file tree Collapse file tree 5 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 66 push :
77 branches :
88 - ' dev'
9+ paths-ignore :
10+ - ' **.md'
911
1012jobs :
1113 ci :
Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - ' dev'
7+ paths-ignore :
8+ - ' **.md'
79
810jobs :
911 prune :
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.5.2 (2020/05/09)
4+
5+ * Update CI workflow
6+ * Fix action yml
7+
38## 1.5.1 (2020/05/04)
49
510* Keep PAT if you want to deploy to another repo
Original file line number Diff line number Diff line change 11[ ![ GitHub release] ( https://img.shields.io/github/release/crazy-max/ghaction-github-pages.svg?style=flat-square )] ( https://github.com/crazy-max/ghaction-github-pages/releases/latest )
22[ ![ GitHub marketplace] ( https://img.shields.io/badge/marketplace-github--pages-blue?logo=github&style=flat-square )] ( https://github.com/marketplace/actions/github-pages )
3- [ ![ CI workflow] ( https://github.com/ crazy-max/ghaction-github-pages/workflows/ci/badge.svg )] ( https://github.com/crazy-max/ghaction-github-pages/actions/ ?workflow=ci )
3+ [ ![ CI workflow] ( https://img.shields.io/github/workflow/status/ crazy-max/ghaction-github-pages/ci?label=ci&logo=github&style=flat-square )] ( https://github.com/crazy-max/ghaction-github-pages/actions?workflow=ci )
44[ ![ Become a sponsor] ( https://img.shields.io/badge/sponsor-crazy--max-181717.svg?logo=github&style=flat-square )] ( https://github.com/sponsors/crazy-max )
55[ ![ Paypal Donate] ( https://img.shields.io/badge/donate-paypal-00457c.svg?logo=paypal&style=flat-square )] ( https://www.paypal.me/crazyws )
66
Original file line number Diff line number Diff line change @@ -9,26 +9,34 @@ branding:
99inputs :
1010 repo :
1111 description : ' GitHub repository where assets will be deployed (default current)'
12+ required : false
1213 target_branch :
1314 description : ' Git branch where assets will be deployed'
1415 default : ' gh-pages'
16+ required : false
1517 keep_history :
1618 description : ' Create incremental commit instead of doing push force'
1719 default : ' false'
20+ required : false
1821 allow_empty_commit :
1922 description : ' Allow an empty commit to be created'
2023 default : ' true'
24+ required : false
2125 build_dir :
2226 description : ' Build directory to deploy'
2327 required : true
2428 committer_name :
2529 description : ' Commit author'' s name'
30+ required : false
2631 committer_email :
2732 description : ' Commit author'' s email'
33+ required : false
2834 commit_message :
2935 description : ' Commit message'
36+ required : false
3037 fqdn :
3138 description : ' Write the given domain name to the CNAME file'
39+ required : false
3240
3341runs :
3442 using : ' node12'
You can’t perform that action at this time.
0 commit comments