File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 git fetch origin gh-pages:gh-pages
4747 sed -i 's/<year>/${{ env.YEAR }}/g' docs/*.md
4848 sed -i 's/<year>/${{ env.YEAR }}/g' mkdocs.yml
49- sed -i 's/< pushikoVersion> /${{ env.VERSION }}/g' docs/*.md
49+ sed -i 's/{ pushikoVersion} /${{ env.VERSION }}/g' docs/*.md
5050 mkdocs gh-deploy -m 'Automatic mkdocs deployment.'
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ First add Pushiko as a dependency.
1111 }
1212
1313 dependencies {
14- implementation("com.bloomberg.pushiko:pushiko-apns:< pushikoVersion> ")
14+ implementation("com.bloomberg.pushiko:pushiko-apns:{ pushikoVersion} ")
1515 }
1616 ```
1717
@@ -22,7 +22,7 @@ First add Pushiko as a dependency.
2222 }
2323
2424 dependencies {
25- implementation 'com.bloomberg.pushiko:pushiko-apns:< pushikoVersion> '
25+ implementation 'com.bloomberg.pushiko:pushiko-apns:{ pushikoVersion} '
2626 }
2727 ```
2828
You can’t perform that action at this time.
0 commit comments