We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be495eb commit 40b6fe8Copy full SHA for 40b6fe8
.github/workflows/manual-pdf.yml
@@ -7,10 +7,11 @@ jobs:
7
- name: Checkout repository
8
uses: actions/checkout@v6
9
10
- - name: Install WeasyPrint
11
- run: |
12
- sudo apt-get update
13
- sudo apt-get install -y weasyprint
+ - name: Install WeasyPrint (cached)
+ uses: awalsh128/cache-apt-pkgs-action@v1
+ with:
+ packages: weasyprint
14
+ version: 1.0
15
16
- name: Convert HTML to PDF
17
run: weasyprint --full-fonts user_guide/index.html koreader_user_guide.pdf
0 commit comments