Skip to content

Commit 4bbce89

Browse files
committed
Use rename.ul from Ubuntu 24.04 in deploy flow
1 parent e9ee3d5 commit 4bbce89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,21 @@ concurrency:
1717

1818
jobs:
1919
build:
20-
runs-on: ubuntu-latest
20+
runs-on: ubuntu-24.04
2121
steps:
2222
- name: Checkout
2323
uses: actions/checkout@v4
2424
with:
2525
persist-credentials: false
2626
- uses: awalsh128/cache-apt-pkgs-action@v1
2727
with:
28-
packages: calibre rename
28+
packages: calibre
2929
- name: Install and Build
3030
run: |
3131
npm install
3232
npx honkit build
3333
npx honkit epub
34-
rename 's/^book/django-girls-tutorial/' book_*.epub
34+
rename.ul 's/^book/django-girls-tutorial/' book_*.epub
3535
mv *.epub _book/
3636
- name: Upload artifact
3737
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)