Skip to content

Commit 4cefb7c

Browse files
committed
Merge branch 'master' of github.com:secure-systems-lab/ssl-site
2 parents 99f0fac + e16d897 commit 4cefb7c

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
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:

.github/workflows/test_yaml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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

_data/data.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)