Skip to content

Commit 119ae9e

Browse files
authored
Merge pull request #49 from cicirello/development
API documentation website updates
2 parents e0e4395 + ce22111 commit 119ae9e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/api-website.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,13 @@ jobs:
4343
else
4444
git config --global user.name 'Vincent A Cicirello'
4545
git config --global user.email '[email protected]'
46-
git commit -am "Automated API website updates."
46+
git add -A
47+
git commit -m "Automated API website updates."
4748
fi
4849
4950
- name: Generate the sitemap
5051
id: sitemap
51-
uses: cicirello/[email protected].0
52+
uses: cicirello/[email protected].1
5253
with:
5354
base-url-path: https://jpt.cicirello.org/
5455
path-to-root: docs

docs/sitemap.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
<lastmod>2020-09-22T20:42:56+00:00</lastmod>
1010
</url>
1111
<url>
12-
<loc>https://jpt.cicirello.org/api/allclasses-</loc>
12+
<loc>https://jpt.cicirello.org/api/allclasses-index.html</loc>
1313
<lastmod>2020-09-22T20:42:56+00:00</lastmod>
1414
</url>
1515
<url>
1616
<loc>https://jpt.cicirello.org/api/allclasses.html</loc>
1717
<lastmod>2020-09-22T20:42:56+00:00</lastmod>
1818
</url>
1919
<url>
20-
<loc>https://jpt.cicirello.org/api/allpackages-</loc>
20+
<loc>https://jpt.cicirello.org/api/allpackages-index.html</loc>
2121
<lastmod>2020-09-22T20:42:56+00:00</lastmod>
2222
</url>
2323
<url>

src/org/cicirello/math/stats/Statistics.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
*
2121
*/
2222

23-
2423
package org.cicirello.math.stats;
2524

2625
/**

0 commit comments

Comments
 (0)