File tree Expand file tree Collapse file tree 6 files changed +289
-31
lines changed
Expand file tree Collapse file tree 6 files changed +289
-31
lines changed Original file line number Diff line number Diff line change 1+ name : Deploy to GitHub Pages
2+
3+ on :
4+ push :
5+ branches : [ main ]
6+ pull_request :
7+ branches : [ main ]
8+
9+ jobs :
10+ deploy :
11+ runs-on : ubuntu-latest
12+
13+ steps :
14+ - name : Checkout
15+ uses : actions/checkout@v3
16+
17+ - name : Deploy to GitHub Pages
18+ uses : peaceiris/actions-gh-pages@v3
19+ if : github.ref == 'refs/heads/main'
20+ with :
21+ github_token : ${{ secrets.GITHUB_TOKEN }}
22+ publish_dir : .
23+ publish_branch : gh-pages
Original file line number Diff line number Diff line change @@ -3,3 +3,7 @@ kline_chart.png
33trend_graph.png
44record.csv
55.vscode /settings.json
6+ ICLR2026_QuantAgent (18).pdf
7+ pdf_content.txt
8+ read.html
9+ read_files /
Original file line number Diff line number Diff line change 88 <p >
99 <a href="">Fei Xiong</a><sup>1,2 ★</sup>
1010 <a href="https://wyattz23.github.io">Xiang Zhang</a><sup>3 ★</sup>
11- <a href="">Siqi Sun</a><sup>4</sup>
11+ <a href="https://intersun.github.io/ ">Siqi Sun</a><sup>4</sup>
1212 <a href="https://chenyuyou.me/">Chenyu You</a><sup>1</sup>
1313 </p >
1414
You can’t perform that action at this time.
0 commit comments