Skip to content

Commit 6091a8d

Browse files
emmanuelgjrclaude
andcommitted
Replace Pages deployment with redirect to crosswalk repo
The webapp now lives at genai-security-project.github.io/crosswalk. Old URL automatically redirects visitors to the new location. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 71684f8 commit 6091a8d

2 files changed

Lines changed: 15 additions & 3 deletions

File tree

.github/workflows/pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: Deploy crosswalk web app to GitHub Pages
1+
name: Redirect to crosswalk repo
22

33
on:
44
push:
55
branches: [main]
66
paths:
7-
- 'crosswalk/docs/**'
7+
- 'redirect/**'
88
- '.github/workflows/pages.yml'
99
workflow_dispatch:
1010

@@ -28,6 +28,6 @@ jobs:
2828
- uses: actions/configure-pages@v5
2929
- uses: actions/upload-pages-artifact@v3
3030
with:
31-
path: crosswalk/docs
31+
path: redirect
3232
- id: deployment
3333
uses: actions/deploy-pages@v4

redirect/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Redirecting to Crosswalk</title>
6+
<meta http-equiv="refresh" content="0;url=https://genai-security-project.github.io/crosswalk/">
7+
<link rel="canonical" href="https://genai-security-project.github.io/crosswalk/">
8+
</head>
9+
<body>
10+
<p>This page has moved to <a href="https://genai-security-project.github.io/crosswalk/">genai-security-project.github.io/crosswalk</a>.</p>
11+
</body>
12+
</html>

0 commit comments

Comments
 (0)