Skip to content

Commit

Permalink
name ePub files sensibly
Browse files Browse the repository at this point in the history
  • Loading branch information
das-g committed May 3, 2023
1 parent f105422 commit 06833a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 06833a6

Please sign in to comment.