Skip to content

Commit 00c0b3d

Browse files
committed
Initial commit: import MAI-UI-blog site contents
0 parents  commit 00c0b3d

39 files changed

Lines changed: 3515 additions & 0 deletions

.github/workflows/deploy-pages.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: Deploy to GitHub Pages
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
paths:
8+
- 'site/**'
9+
10+
workflow_dispatch:
11+
12+
jobs:
13+
deploy:
14+
runs-on: ubuntu-latest
15+
16+
permissions:
17+
contents: write
18+
19+
steps:
20+
- name: Checkout repository
21+
uses: actions/checkout@v4
22+
23+
- name: Deploy to gh-pages branch
24+
uses: peaceiris/actions-gh-pages@v4
25+
with:
26+
github_token: ${{ secrets.GITHUB_TOKEN }}
27+
publish_dir: ./site
28+
publish_branch: gh-pages

site/.DS_Store

8 KB
Binary file not shown.

site/Grounding-Blog/index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Redirecting...</title>
6+
<meta http-equiv="refresh" content="0; URL=https://galvanized-jump-79a.notion.site/Why-your-AI-Agent-keeps-misclicking-A-Practical-Grounding-Guide-for-Frontier-Models-32630d140ad8808e895de98994dddb93">
7+
<link rel="canonical" href="https://galvanized-jump-79a.notion.site/Why-your-AI-Agent-keeps-misclicking-A-Practical-Grounding-Guide-for-Frontier-Models-32630d140ad8808e895de98994dddb93">
8+
<script>
9+
window.location.replace("https://galvanized-jump-79a.notion.site/Why-your-AI-Agent-keeps-misclicking-A-Practical-Grounding-Guide-for-Frontier-Models-32630d140ad8808e895de98994dddb93");
10+
</script>
11+
</head>
12+
<body>
13+
</body>
14+
</html>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Redirecting...</title>
6+
<meta http-equiv="refresh" content="0; URL=https://galvanized-jump-79a.notion.site/MobileWorld-Update-Can-Frontier-Models-Really-Control-Your-Phone-Evaluating-End-to-End-Mobile-Use--32630d140ad880faa6a8cd5f49661759?pvs=73">
7+
<link rel="canonical" href="https://galvanized-jump-79a.notion.site/MobileWorld-Update-Can-Frontier-Models-Really-Control-Your-Phone-Evaluating-End-to-End-Mobile-Use--32630d140ad880faa6a8cd5f49661759?pvs=73">
8+
<script>
9+
window.location.replace("https://galvanized-jump-79a.notion.site/MobileWorld-Update-Can-Frontier-Models-Really-Control-Your-Phone-Evaluating-End-to-End-Mobile-Use--32630d140ad880faa6a8cd5f49661759?pvs=73");
10+
</script>
11+
</head>
12+
<body>
13+
</body>
14+
</html>
17.3 MB
Binary file not shown.
18.7 MB
Binary file not shown.
19.1 MB
Binary file not shown.

site/MobileWorld/trajs/gpt-5.5.mp4

17.7 MB
Binary file not shown.
20.4 MB
Binary file not shown.
25 MB
Binary file not shown.

0 commit comments

Comments
 (0)