From 1af85218b291e423c4a8ba44b41d07af9953ec7b Mon Sep 17 00:00:00 2001
From: Dev-Moulin
Date: Thu, 12 Feb 2026 16:14:05 +0100
Subject: [PATCH] feat: auto-deploy on push to main + add live demo link to
README
---
.github/workflows/deploy-mainnet.yml | 2 ++
README.md | 3 +++
2 files changed, 5 insertions(+)
diff --git a/.github/workflows/deploy-mainnet.yml b/.github/workflows/deploy-mainnet.yml
index f8ea8c3..0e3abd6 100644
--- a/.github/workflows/deploy-mainnet.yml
+++ b/.github/workflows/deploy-mainnet.yml
@@ -1,6 +1,8 @@
name: Deploy to Mainnet (GitHub Pages)
on:
+ push:
+ branches: [main]
release:
types: [published]
workflow_dispatch: # Permet de déclencher manuellement depuis l'UI GitHub
diff --git a/README.md b/README.md
index 9b20640..93d1170 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,7 @@
[](https://opensource.org/licenses/MIT)
[](https://www.intuition.systems/)
[](https://www.intuition.systems/)
+[](https://dev-moulin.github.io/Overmind_Founders_Collection/)
[Version Francaise ci-dessous](#-version-francaise)
@@ -147,6 +148,7 @@ This project is licensed under the MIT License - see the [LICENSE](./LICENSE) fi
## Links
+- **Live Demo:** https://dev-moulin.github.io/Overmind_Founders_Collection/
- **INTUITION Website:** https://www.intuition.systems/
- **INTUITION Docs:** https://www.docs.intuition.systems/
@@ -309,6 +311,7 @@ Ce projet est sous licence MIT - voir le fichier [LICENSE](./LICENSE) pour les d
## Liens
+- **Demo Live :** https://dev-moulin.github.io/Overmind_Founders_Collection/
- **Site INTUITION :** https://www.intuition.systems/
- **Documentation INTUITION :** https://www.docs.intuition.systems/