Skip to content

Commit 06833a6

Browse files
committed
name ePub files sensibly
1 parent f105422 commit 06833a6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,14 @@ jobs:
2525
persist-credentials: false
2626
- uses: awalsh128/cache-apt-pkgs-action@v1
2727
with:
28-
packages: calibre
28+
packages: calibre rename
2929
- name: Install and Build
3030
run: |
3131
npm install
3232
npx honkit build
3333
npx honkit epub
34-
mv book_*.epub _book/
34+
rename 's/^book/django-girls-tutorial/' book_*.epub
35+
mv *.epub _book/
3536
- name: Upload artifact
3637
uses: actions/upload-pages-artifact@v1
3738
with:

0 commit comments

Comments
 (0)