We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f105422 commit 06833a6Copy full SHA for 06833a6
.github/workflows/deploy.yml
@@ -25,13 +25,14 @@ jobs:
25
persist-credentials: false
26
- uses: awalsh128/cache-apt-pkgs-action@v1
27
with:
28
- packages: calibre
+ packages: calibre rename
29
- name: Install and Build
30
run: |
31
npm install
32
npx honkit build
33
npx honkit epub
34
- mv book_*.epub _book/
+ rename 's/^book/django-girls-tutorial/' book_*.epub
35
+ mv *.epub _book/
36
- name: Upload artifact
37
uses: actions/upload-pages-artifact@v1
38
0 commit comments