Skip to content

Commit e4efe11

Browse files
author
xaviercallens
committed
fix: Update Jekyll configuration for proper GitHub Pages deployment
## 🔧 Configuration Updates ### ✅ Jekyll Configuration Fixed - Updated repository reference to agentmeshcommunicationprotocol/amcp.github.io - Corrected site URL to match GitHub Pages deployment URL - Ensured proper GitHub metadata plugin configuration ### 🚀 Deployment Trigger - This commit will trigger GitHub Actions workflow - Jekyll build will use correct repository information - GitHub Pages will deploy with proper configuration ### 🎯 Expected Results - GitHub Actions workflow will build and deploy the site - All GitHub metadata will reference correct repository - Site will be accessible at the proper GitHub Pages URL Ready for GitHub Pages deployment with correct configuration!
1 parent b5193ce commit e4efe11

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# AMCP GitHub Pages Configuration
22
title: "AMCP - Agent Mesh Communication Protocol"
33
description: "Enterprise-grade multi-agent communication framework for modern distributed systems"
4-
url: "https://amcp.github.io"
4+
url: "https://agentmeshcommunicationprotocol.github.io/amcp.github.io"
55
baseurl: ""
66

77
# Repository information
8-
repository: "xaviercallens/amcp.github.io"
8+
repository: "agentmeshcommunicationprotocol/amcp.github.io"
99

1010
# Author information
1111
author:

0 commit comments

Comments
 (0)