Skip to content

Commit 686cf79

Browse files
committed
PDF creation - fix path problem
1 parent 9289250 commit 686cf79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +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/installation-og-drift/index.html" "./assets/files/installationsguide.pdf"
62+
puppeteer print --no-sandbox "file://${{ github.workspace }}/_site/docs/installation-og-drift/index.html" "file://${{ github.workspace }}/assets/files/installationsguide.pdf"
6363
- name: Upload artifact
6464
# Automatically uploads an artifact from the './_site' directory by default
6565
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)