Skip to content

Commit 26a2f72

Browse files
committed
Update LoC badge and XMIR XSD documentation.
1 parent b2ee118 commit 26a2f72

File tree

2 files changed

+19
-10
lines changed

2 files changed

+19
-10
lines changed

.github/workflows/loc-badge.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/xs3p-tag.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,13 @@ jobs:
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

0 commit comments

Comments
 (0)