Skip to content

Commit

Permalink
Use rename.ul from Ubuntu 24.04 in deploy flow
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Nov 19, 2024
1 parent e9ee3d5 commit 4bbce89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@ concurrency:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
with:
persist-credentials: false
- uses: awalsh128/cache-apt-pkgs-action@v1
with:
packages: calibre rename
packages: calibre
- name: Install and Build
run: |
npm install
npx honkit build
npx honkit epub
rename 's/^book/django-girls-tutorial/' book_*.epub
rename.ul 's/^book/django-girls-tutorial/' book_*.epub
mv *.epub _book/
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 4bbce89

Please sign in to comment.