Skip to content

Commit 0997e3c

Browse files
committed
PDF generation bugfix
1 parent 5ba48fa commit 0997e3c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@ jobs:
5959
6060
# Convert specific pages to PDF
6161
# Adjust URLs and output filenames as needed
62-
puppeteer print --no-sandbox "file://${{ github.workspace }}/_site/docs/dokumentationsoverblik.html" "./_site/pdfs/dokumentationsoverblik.pdf"
63-
puppeteer print --no-sandbox "file://${{ github.workspace }}/_site/docs/om-os2borgerpc.html" "./_site/pdfs/om-os2borgerpc.pdf"
64-
puppeteer print --no-sandbox "file://${{ github.workspace }}/_site/docs/installation-og-drift/index.html" "./_site/pdfs/installationsguide.pdf"
62+
puppeteer print --no-sandbox "file://${{ github.workspace }}/_site/docs/installation-og-drift/index.html" "./asset/files/installationsguide.pdf"
6563
- name: Upload artifact
6664
# Automatically uploads an artifact from the './_site' directory by default
6765
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)