File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed
Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 8484 sarif_file : sarif-results/cpp.sarif
8585
8686 - name : Upload loc as a Build Artifact
87- uses : actions/upload-artifact@v3
87+ uses : actions/upload-artifact@v4
8888 with :
8989 name : sarif-results
9090 path : sarif-results
Original file line number Diff line number Diff line change 1515 required : true
1616env :
1717 DOCS_CI : 1
18- PYTHON_VERSION : 3.x
18+ PYTHON_VERSION : ' 3.10 '
1919
2020jobs :
2121 documentation :
2727 uses : actions/checkout@v4
2828
2929 - name : Set up Python runtime
30- uses : actions/setup-python@v4
30+ uses : actions/setup-python@v5
3131 with :
3232 python-version : ${{ env.PYTHON_VERSION }}
3333
Original file line number Diff line number Diff line change 1- <p align =" center " ><a href =" https://yasio.github.io /yasio " target =" _blank " rel =" noopener noreferrer " ><img width =" 160 " src =" docs/assets/images/logo.png " alt =" yasio logo " ></a ></p >
1+ <p align =" center " ><a href =" https://global.simdsoft.com /yasio " target =" _blank " rel =" noopener noreferrer " ><img width =" 160 " src =" docs/assets/images/logo.png " alt =" yasio logo " ></a ></p >
22
33# * YASIO* - * Y* et * A* nother * S* ocket * I* /* O* library.
44
4646
4747## 文档
4848
49- * [ https://yasio.github.io /yasio ] ( https://yasio.github.io /yasio )
49+ * [ https://global.simdsoft.com /yasio ] ( https://global.simdsoft.com /yasio )
5050
5151## 使用g++快速运行tcptest测试程序
5252
Original file line number Diff line number Diff line change 1- <p align =" center " ><a href =" https://yasio.github.io /yasio " target =" _blank " rel =" noopener noreferrer " ><img width =" 160 " src =" docs/assets/images/logo.png " alt =" yasio logo " ></a ></p >
1+ <p align =" center " ><a href =" https://global.simdsoft.com /yasio " target =" _blank " rel =" noopener noreferrer " ><img width =" 160 " src =" docs/assets/images/logo.png " alt =" yasio logo " ></a ></p >
22
33# * YASIO* - * Y* et * A* nother * S* ocket * I* /* O* library.
44
4848
4949## Docomentation
5050
51- * [ https://yasio.github.io/en ] ( https://yasio.github.io/en )
51+ * [ https://global.simdsoft.com/yasio/ ] ( https://global.simdsoft.com/yasio/ )
5252
5353## Simple run tcptest with g++
5454
Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ date_expire_ts=${date_ts/$date_year/$date_expire_year}
2020time_expire_ts=` date -d $date_expire_ts +%s`
2121valid_days=$(( ($time_expire_ts - $time_ts ) / 86400 ))
2222v3ext_file=` pwd` /v3.ext
23- org_name=yasio
23+ org_name=simdsoft
2424
25- issuer_cn=" yasio.github.io "
25+ issuer_cn=" global.simdsoft.com "
2626issuer_subj=" /C=CN/O=$org_name /CN=$issuer_cn "
2727
2828# Create Self-Signed Root CA(Certificate Authority)
Original file line number Diff line number Diff line change @@ -129,12 +129,12 @@ extra:
129129 alternate :
130130 # Switch to Chinese Simplfied
131131 - name : 简体中文
132- link : https://yasio.github.io /yasio/
132+ link : https://global.simdsoft.com /yasio/
133133 lang : zh
134134
135135 # Switch to English
136136 - name : English
137- link : https://yasio.github.io/en /
137+ link : https://global.simdsoft.com/yasio /
138138 lang : en
139139 version :
140140 provider : mike
You can’t perform that action at this time.
0 commit comments