Skip to content

Commit bd92fbf

Browse files
committed
add
1 parent 1ab82df commit bd92fbf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Makefile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ introductions: introduction-en.pdf introduction-zh.pdf
4848
clean:
4949
rm -rf $(EXAMPLES_DIR)/*.pdf
5050

51-
# Copy target for updating resume
52-
copy:
51+
52+
copy-introduction:
5353
# Ensure destination directory exists
54-
mkdir -p assets/resume
54+
mkdir -p assets/introduction
5555

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
56+
# Copy introduction files with the desired names
57+
cp awesome-cv/introduction/introduction-en.pdf assets/introduction/Zhiwei.Li.Introduction.EN.pdf
58+
cp awesome-cv/introduction/introduction-zh.pdf assets/introduction/Zhiwei.Li.Introduction.ZH.pdf

0 commit comments

Comments
 (0)