Skip to content

Commit 61d2765

Browse files
authored
Merge pull request #31 from cicirello/development
workflow updates
2 parents 9f1cebb + 359da6e commit 61d2765

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

.github/workflows/api-webpage-sitemap.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 0
1717
- name: Generate the sitemap
1818
id: sitemap
19-
uses: cicirello/generate-sitemap@development
19+
uses: cicirello/generate-sitemap@v1.5.0
2020
with:
2121
base-url-path: https://jpt.cicirello.org/
2222
path-to-root: docs
@@ -26,12 +26,13 @@ jobs:
2626
echo "url-count = ${{ steps.sitemap.outputs.url-count }}"
2727
echo "excluded-count = ${{ steps.sitemap.outputs.excluded-count }}"
2828
- name: Create Pull Request
29-
uses: peter-evans/create-pull-request@v3.1.2
29+
uses: peter-evans/create-pull-request@v3.3.0
3030
with:
3131
title: "Automated sitemap update"
3232
body: >
3333
Sitemap was updated by [generate-sitemap](https://github.com/cicirello/generate-sitemap)
3434
GitHub action. Automated pull-request generated by
3535
[create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action.
3636
commit-message: "[generate-sitemap] [create-pull-request] automated change."
37+
delete-branch: true
3738

docs/sitemap.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
<lastmod>2020-06-15T14:14:04-04:00</lastmod>
66
</url>
77
<url>
8+
<loc>https://jpt.cicirello.org/api/</loc>
9+
<lastmod>2020-07-22T13:05:04-04:00</lastmod>
10+
</url>
11+
<url>
812
<loc>https://jpt.cicirello.org/api/allclasses-frame.html</loc>
913
<lastmod>2020-07-22T13:05:04-04:00</lastmod>
1014
</url>
@@ -29,10 +33,6 @@
2933
<lastmod>2020-07-22T13:05:04-04:00</lastmod>
3034
</url>
3135
<url>
32-
<loc>https://jpt.cicirello.org/api/</loc>
33-
<lastmod>2020-07-22T13:05:04-04:00</lastmod>
34-
</url>
35-
<url>
3636
<loc>https://jpt.cicirello.org/api/overview-frame.html</loc>
3737
<lastmod>2020-07-22T13:05:04-04:00</lastmod>
3838
</url>

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<groupId>org.cicirello</groupId>
88
<artifactId>jpt</artifactId>
99
<version>2.0.1</version>
10+
<packaging>jar</packaging>
1011

1112
<dependencies>
1213
<dependency>
@@ -169,7 +170,7 @@
169170

170171
<developers>
171172
<developer>
172-
<name>Vincent A. Cicirello</name>
173+
<name>Vincent A Cicirello</name>
173174
<email>[email protected]</email>
174175
<url>https://www.cicirello.org/</url>
175176
<organization>Cicirello.Org</organization>

0 commit comments

Comments
 (0)