Skip to content

Commit

Permalink
build: update resume name
Browse files Browse the repository at this point in the history
  • Loading branch information
FlandreDaisuki committed Jun 18, 2024
1 parent 616f1b7 commit 7e627e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pdf.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const URL = (process.env.NODE_ENV === 'debug')
await Promise.all([
// printToPDF(`${URL}?lang=zh-TW`, './resume.zh-TW.pdf'),
// printToPDF(`${URL}?lang=en`, './resume.en.pdf'),
printToPDF(URL, './resume.pdf'),
printToPDF(URL, './Resume - Lien Chun Hao.pdf'),
]);

await browser.close();
Expand Down

0 comments on commit 7e627e0

Please sign in to comment.