Skip to content

Commit 4ccc45a

Browse files
committed
Update header and footer styles for pdf generation
1 parent d0a1a1f commit 4ccc45a

19 files changed

Lines changed: 515 additions & 56 deletions

package-lock.json

Lines changed: 37 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"lint:style": "FORCE_COLOR=1 npx stylelint \"src/**/*.{css,astro}\"",
5656
"lint:tsc:check": "npm run sync && tsc --noEmit -p tsconfig.json --pretty false",
5757
"search:reindex": "python3 scripts/search-index.py",
58-
"pdf:generate": "node scripts/generate-pdfs.mjs",
58+
"pdf:generate": "node scripts/generate-pdfs/index.mjs",
5959
"search:content-length": "python3 scripts/search_content_lengths.py",
6060
"search:relevancy": "python3 scripts/search_relevancy.py",
6161
"search:relevancy:reranking": "python3 scripts/search_relevancy.py --reranking",
@@ -180,6 +180,7 @@
180180
"node-html-parser": "^7.1.0",
181181
"nodemailer": "^8.0.4",
182182
"npm": "^11.12.1",
183+
"pdf-lib": "^1.17.1",
183184
"playwright-lighthouse": "^4.0.0",
184185
"postcss": "8.5.8",
185186
"postcss-html": "1.8.1",
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)