Skip to content

Commit e0e4395

Browse files
authored
Merge pull request #47 from cicirello/development
Workflow updates
2 parents 57efeef + bc62775 commit e0e4395

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

.github/workflows/api-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Tidy up the javadocs
2929
id: tidy
30-
uses: cicirello/[email protected].0
30+
uses: cicirello/[email protected].1
3131
with:
3232
base-url-path: https://jpt.cicirello.org/
3333
path-to-root: docs

docs/index.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
<!DOCTYPE html>
22
<html lang=en itemscope itemtype="http://schema.org/WebPage">
33
<head>
4-
<!-- GitHub action javadoc-cleanup -->
5-
<meta name="viewport" content="width=device-width, initial-scale=1">
6-
<!-- End javadoc-cleanup block -->
74
<meta charset=utf-8>
85
<link rel="canonical" href="https://jpt.cicirello.org/">
96
<link itemprop="url" href="https://jpt.cicirello.org/">

docs/sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://jpt.cicirello.org/</loc>
5-
<lastmod>2020-09-22T20:42:56+00:00</lastmod>
5+
<lastmod>2020-09-23T10:17:30-04:00</lastmod>
66
</url>
77
<url>
88
<loc>https://jpt.cicirello.org/api/</loc>

src/org/cicirello/util/Copyable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ public interface Copyable<T extends Copyable<T>> {
3838
* @return an identical copy of this object.
3939
*/
4040
T copy();
41-
}
41+
}

0 commit comments

Comments
 (0)