Skip to content

Commit

Permalink
一応微修正
Browse files Browse the repository at this point in the history
  • Loading branch information
huideyeren committed Sep 6, 2024
1 parent 992ac5c commit fb3dff8
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ jobs:
- name: 成果物のアップロード
uses: actions/upload-artifact@v4
with:
name: ${{ format('inokashira-template_{0}_{1}_{2}', 'print-pdf', env.MUKI, steps.date.outputs.date) }}
name: ${{ format('inokashira-template_{0}_{1}_{2}', 'ebook-pdf', env.MUKI, steps.date.outputs.date) }}
path: book.pdf

# paper:
Expand Down
2 changes: 1 addition & 1 deletion backcover.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<title>裏表紙</title>
</head>
<body>
<section class="backcover" id="backcover">
<section class="backcover" id="backcover" role="doc-cover">
<img src="images/backcover.png" />
</section>
</body>
Expand Down
2 changes: 1 addition & 1 deletion config-epub-tate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ inherit: ["config.yml"]

# 表紙を作る
cover: cover.xhtml
coverimage: cover.png
coverimage: frontcover.png
epubmaker:
cover_linear: yes

Expand Down
2 changes: 1 addition & 1 deletion config-epub-yoko.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ direction: "ltr"

# 表紙を作る
cover: cover.xhtml
coverimage: cover.png
coverimage: frontcover.png
epubmaker:
cover_linear: yes

Expand Down
2 changes: 1 addition & 1 deletion cover.tex
Original file line number Diff line number Diff line change
@@ -1 +1 @@
\includefullpagegraphics[width=\paperwidth,height=\paperheight,keepaspectratio]{images/cover.pdf}
\includefullpagegraphics[width=\paperwidth,height=\paperheight,keepaspectratio]{images/frontcover.pdf}
4 changes: 2 additions & 2 deletions cover.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<title>表紙</title>
</head>
<body>
<section class="cover" id="cover">
<img src="images/cover.png" />
<section class="cover" id="cover" role="doc-cover">
<img src="images/frontcover.png" />
</section>
</body>
</html>
2 changes: 1 addition & 1 deletion profile.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<title>著者紹介</title>
</head>
<body>
<section class="profile" id="profile">
<section class="profile" id="profile" role="doc-abstract"
<div class="profile-content">
<h1>著者紹介</h1>
<figure>
Expand Down
2 changes: 1 addition & 1 deletion title.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<title></title>
</head>
<body>
<section class="title" id="title">
<section class="title" id="title" role="doc-credit">
<img src="images/title.png" />
</section>
</body>
Expand Down

0 comments on commit fb3dff8

Please sign in to comment.