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 4747 JEKYLL_ENV : production
4848 - name : Upload artifact
4949 # Automatically uploads an artifact from the './_site' directory by default
50- uses : actions/upload-pages-artifact@v3
50+ uses : actions/upload-pages-artifact@v4
5151
5252 # Deployment job
5353 deploy :
Original file line number Diff line number Diff line change 1212 steps :
1313 - uses : actions/checkout@v5
1414 - name : Set up Python
15- uses : actions/setup-python@v5
15+ uses : actions/setup-python@v6
1616 - name : Install dependencies
1717 run : |
1818 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -705,8 +705,9 @@ people:
705705 name : " Yaxuan(Alice) Wen"
706706 anchor : yaxuan_wen
707707 internal : true
708- role : " Ph.D. Student "
708+ role : " Ph.D. Candidate "
709709 since : 2024
710+ site : " https://alicewyx.me"
710711 photo : " img/people/yaxuan_wen.jpg"
711712 interests : " System security, software security"
712713
@@ -732,10 +733,9 @@ people:
732733 people :
733734 - *justin_cappos
734735
735- - type : " Staff"
736- anchor : staff
737- people :
738- - *lukas_puhringer
736+ # - type: "Staff"
737+ # anchor: staff
738+ # people:
739739
740740 - type : " PhD. Students"
741741 anchor : phd
@@ -768,6 +768,7 @@ people:
768768 - type : Alumni
769769 anchor : alumni
770770 people :
771+ - *lukas_puhringer
771772 - *marina_moore
772773 - *lois_delong
773774 - *preston_moore
You can’t perform that action at this time.
0 commit comments