Skip to main content
Glama

documcp

by tosin2013

deploy_pages

Automate GitHub Pages deployment by configuring workflows for static site generators like Jekyll, Hugo, and Docusaurus. Simplifies repository setup with branch customization and custom domain support.

Instructions

Set up GitHub Pages deployment workflow

Input Schema

NameRequiredDescriptionDefault
branchNogh-pages
customDomainNo
repositoryYesRepository path or URL
ssgYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "branch": { "default": "gh-pages", "type": "string" }, "customDomain": { "type": "string" }, "repository": { "description": "Repository path or URL", "type": "string" }, "ssg": { "enum": [ "jekyll", "hugo", "docusaurus", "mkdocs", "eleventy" ], "type": "string" } }, "required": [ "repository", "ssg" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tosin2013/documcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server