From 7e627e09909ced6aff961fa7f17e465895674441 Mon Sep 17 00:00:00 2001 From: FlandreDaisuki Date: Tue, 18 Jun 2024 13:06:26 +0800 Subject: [PATCH] build: update resume name --- scripts/pdf.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pdf.mjs b/scripts/pdf.mjs index 45dbae3..f93d2dc 100644 --- a/scripts/pdf.mjs +++ b/scripts/pdf.mjs @@ -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();