Skip to content

Commit 6c93c46

Browse files
committed
Update deployment configuration
- Remove v2-static-site branch from triggers (merged to main) - Add tag triggers for version releases - Update verification URLs to match new site structure - Add new pages to deployment verification
1 parent 6b6e5a9 commit 6c93c46

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: Deploy to GitHub Pages
22

33
on:
44
push:
5-
branches: [ main, v2-static-site ]
5+
branches: [ main ]
6+
tags:
7+
- 'v*'
68
pull_request:
79
branches: [ main ]
810
workflow_dispatch:
@@ -159,11 +161,15 @@ jobs:
159161
urls=(
160162
"https://attest.ink/"
161163
"https://attest.ink/create/"
162-
"https://attest.ink/view/"
164+
"https://attest.ink/verify/"
165+
"https://attest.ink/showcase/"
166+
"https://attest.ink/examples/"
163167
"https://attest.ink/developers/"
164168
"https://attest.ink/protocol/"
169+
"https://attest.ink/faq.html"
165170
"https://attest.ink/static/badge-renderer.js"
166171
"https://attest.ink/static/attestation-tool.js"
172+
"https://attest.ink/static/ai-models.js"
167173
)
168174
169175
for url in "${urls[@]}"; do

0 commit comments

Comments
 (0)