File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 47
47
JEKYLL_ENV : production
48
48
- name : Upload artifact
49
49
# Automatically uploads an artifact from the './_site' directory by default
50
- uses : actions/upload-pages-artifact@v3
50
+ uses : actions/upload-pages-artifact@v4
51
51
52
52
# Deployment job
53
53
deploy :
Original file line number Diff line number Diff line change 12
12
steps :
13
13
- uses : actions/checkout@v5
14
14
- name : Set up Python
15
- uses : actions/setup-python@v5
15
+ uses : actions/setup-python@v6
16
16
- name : Install dependencies
17
17
run : |
18
18
python -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -705,8 +705,9 @@ people:
705
705
name : " Yaxuan(Alice) Wen"
706
706
anchor : yaxuan_wen
707
707
internal : true
708
- role : " Ph.D. Student "
708
+ role : " Ph.D. Candidate "
709
709
since : 2024
710
+ site : " https://alicewyx.me"
710
711
photo : " img/people/yaxuan_wen.jpg"
711
712
interests : " System security, software security"
712
713
@@ -732,10 +733,9 @@ people:
732
733
people :
733
734
- *justin_cappos
734
735
735
- - type : " Staff"
736
- anchor : staff
737
- people :
738
- - *lukas_puhringer
736
+ # - type: "Staff"
737
+ # anchor: staff
738
+ # people:
739
739
740
740
- type : " PhD. Students"
741
741
anchor : phd
@@ -768,6 +768,7 @@ people:
768
768
- type : Alumni
769
769
anchor : alumni
770
770
people :
771
+ - *lukas_puhringer
771
772
- *marina_moore
772
773
- *lois_delong
773
774
- *preston_moore
You can’t perform that action at this time.
0 commit comments