You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -211,6 +211,15 @@ This is a test site for validating:
211
211
212
212
Changes tested here are promoted to the main Unity AI Lab website after validation.
213
213
214
+
### Deployment
215
+
216
+
The repository uses automated GitHub Actions deployment with dual-branch support:
217
+
218
+
-**Main Branch** → Deploys to root: `https://unity-lab-ai.github.io/`
219
+
-**Develop Branch** → Deploys to `/development/`: `https://unity-lab-ai.github.io/development/`
220
+
221
+
This allows live testing of develop branch changes without affecting the production site. Both deployments run independently with separate concurrency groups.
0 commit comments