Skip to content

Commit

Permalink
update crowbook to v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiTheModder authored Oct 9, 2024
1 parent 60e558a commit 3c883df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/book-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Build and Release

on:
workflow_dispatch:
push:
branches: ["main"]

jobs:
build:
Expand All @@ -24,7 +26,7 @@ jobs:
run: sudo apt-get install -y texlive-xetex

- name: Install Crowbook
run: cargo install crowbook
run: cargo install --git https://github.com/crowdagger/crowbook.git

- name: Build PDF and EPUB
run: |
Expand Down

0 comments on commit 3c883df

Please sign in to comment.