File tree Expand file tree Collapse file tree 2 files changed +19
-10
lines changed
Expand file tree Collapse file tree 2 files changed +19
-10
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,14 @@ jobs:
2020 with :
2121 debug : true
2222 directory : .
23- badge : target/loc-badge.svg
24- -
uses :
JamesIves/[email protected] 23+ badge : gh-pages/loc-badge.svg
24+ - if : github.event_name == 'push' && github.ref == 'refs/heads/master'
25+ uses : peter-evans/create-pull-request@v7
2526 with :
26- branch : gh-pages
27- folder : target
28- clean : false
29- if : github.ref == 'refs/heads/master'
27+ sign-commits : true
28+ branch : loc-badge
29+ commit-message : ' new LoC badge'
30+ delete-branch : true
31+ title : ' Update LoC badge'
32+ assignees : yegor256
33+ base : gh-pages
Original file line number Diff line number Diff line change 2020 "eo-parser/src/main/xs3p/xs3p.xsl" \
2121 "eo-parser/src/main/resources/XMIR.xsd" \
2222 > "gh-pages/xsd/XMIR-${{github.ref_name}}.html"
23- -
uses :
JamesIves/[email protected] 23+ - if : github.event_name == 'push' && github.ref == 'refs/heads/master'
24+ uses : peter-evans/create-pull-request@v7
2425 with :
25- branch : gh-pages
26- folder : gh-pages
27- clean : false
26+ sign-commits : true
27+ branch : xsd-documentation
28+ commit-message : ' new XMIR XSD documetation'
29+ delete-branch : true
30+ title : ' Update XMIR XSD documentation'
31+ assignees : yegor256
32+ base : gh-pages
You can’t perform that action at this time.
0 commit comments