Skip to content

Commit 0bd5d87

Browse files
committed
present.html update
1 parent cad60bc commit 0bd5d87

File tree

6 files changed

+289
-31
lines changed

6 files changed

+289
-31
lines changed

.github/workflows/deploy.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@ kline_chart.png
33
trend_graph.png
44
record.csv
55
.vscode/settings.json
6+
ICLR2026_QuantAgent (18).pdf
7+
pdf_content.txt
8+
read.html
9+
read_files/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<p>
99
<a href="">Fei Xiong</a><sup>1,2 ★</sup>&nbsp;
1010
<a href="https://wyattz23.github.io">Xiang Zhang</a><sup>3 ★</sup>&nbsp;
11-
<a href="">Siqi Sun</a><sup>4</sup>&nbsp;
11+
<a href="https://intersun.github.io/">Siqi Sun</a><sup>4</sup>&nbsp;
1212
<a href="https://chenyuyou.me/">Chenyu You</a><sup>1</sup>
1313
</p>
1414

assets/benchmark.png

168 KB
Loading

assets/table.png

235 KB
Loading

0 commit comments

Comments
 (0)