Skip to content

Commit df6402a

Browse files
committed
update
1 parent 5b10ae4 commit df6402a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ jobs:
3737
install.packages("blogdown")
3838
shell: Rscript {0}
3939

40+
- name: Update CV
41+
run: |
42+
mkdir -p static/cv/ygc
43+
curl -o static/cv/ygc/index.html https://raw.githubusercontent.com/GuangchuangYu/cv/master/index.html
44+
4045
- name: Build site
4146
run: |
4247
blogdown::build_site()

0 commit comments

Comments
 (0)