Skip to content

Commit

Permalink
日付を付す
Browse files Browse the repository at this point in the history
  • Loading branch information
huideyeren committed Jul 4, 2024
1 parent 05b9a1e commit ce506b1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Upload artifact.
uses: actions/upload-artifact@v3
with:
name: book-print-pdf.pdf
name: book-print-pdf_${{ env.CURRENT_DATETIME }}.pdf
path: book-print-pdf.pdf
pdf-ebook:
# needs: reviewdog-github-check
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
- name: Upload artifact.
uses: actions/upload-artifact@v3
with:
name: book-pdf-ebook.pdf
name: book-pdf-ebook_${{ env.CURRENT_DATETIME }}.pdf
path: book-pdf-ebook.pdf
epub:
# needs: reviewdog-github-check
Expand All @@ -147,7 +147,7 @@ jobs:
- name: Upload artifact.
uses: actions/upload-artifact@v3
with:
name: book-epub.epub
name: book-epub_${{ env.CURRENT_DATETIME }}.epub
path: book-epub.epub
vivliostyle:
# needs: reviewdog-github-check
Expand Down Expand Up @@ -183,6 +183,6 @@ jobs:
- name: Upload artifact.
uses: actions/upload-artifact@v3
with:
name: book-vivliostyle.pdf
name: book-vivliostyle_${{ env.CURRENT_DATETIME }}.pdf
path: book.pdf

4 changes: 2 additions & 2 deletions colophon.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops" xmlns:ops="http://www.idpf.org/2007/ops" xml:lang="ja">
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="stylesheet" type="text/css" href="colophon.css" />
<meta name="generator" content="Re:VIEW" />
<title>奥付</title>
</head>
<body>
<img src="images/colophon.png" />
<img src="colophon.png" />
</body>
</html>
4 changes: 2 additions & 2 deletions title.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops" xmlns:ops="http://www.idpf.org/2007/ops" xml:lang="ja">
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="stylesheet" type="text/css" href="colophon.css" />
<meta name="generator" content="Re:VIEW" />
<title></title>
</head>
<body>
<div class="fullsize"><img src="images/title.png" class="max" /></div>
<div class="fullsize"><img src="title.png" class="max" /></div>
</body>
</html>

0 comments on commit ce506b1

Please sign in to comment.