Skip to content

Commit 1ab82df

Browse files
committed
add
1 parent b98b31b commit 1ab82df

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Makefile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,9 @@ clean:
5050

5151
# Copy target for updating resume
5252
copy:
53-
./update-resume.sh
53+
# Ensure destination directory exists
54+
mkdir -p assets/resume
55+
56+
# Copy files with the desired names
57+
cp awesome-cv/resume.pdf assets/resume/Zhiwei.Li.Resume.pdf
58+
cp awesome-cv/resume-zh.pdf assets/resume/Zhiwei.Li.Resume.ZH.pdf

0 commit comments

Comments
 (0)