We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9ee3d5 commit 4bbce89Copy full SHA for 4bbce89
.github/workflows/deploy.yml
@@ -17,21 +17,21 @@ concurrency:
17
18
jobs:
19
build:
20
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
21
steps:
22
- name: Checkout
23
uses: actions/checkout@v4
24
with:
25
persist-credentials: false
26
- uses: awalsh128/cache-apt-pkgs-action@v1
27
28
- packages: calibre rename
+ packages: calibre
29
- name: Install and Build
30
run: |
31
npm install
32
npx honkit build
33
npx honkit epub
34
- rename 's/^book/django-girls-tutorial/' book_*.epub
+ rename.ul 's/^book/django-girls-tutorial/' book_*.epub
35
mv *.epub _book/
36
- name: Upload artifact
37
uses: actions/upload-pages-artifact@v3
0 commit comments