File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments