From 06833a6745280ef7cf6bae0756af3fd3ef8a1073 Mon Sep 17 00:00:00 2001 From: Raphael Borun Das Gupta Date: Thu, 4 May 2023 00:29:06 +0200 Subject: [PATCH] name ePub files sensibly --- .github/workflows/deploy.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 272cf55f1c1..96210bfd3c6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,13 +25,14 @@ jobs: persist-credentials: false - uses: awalsh128/cache-apt-pkgs-action@v1 with: - packages: calibre + packages: calibre rename - name: Install and Build run: | npm install npx honkit build npx honkit epub - mv book_*.epub _book/ + rename 's/^book/django-girls-tutorial/' book_*.epub + mv *.epub _book/ - name: Upload artifact uses: actions/upload-pages-artifact@v1 with: