docusaurus-deployer

Automate Docusaurus site deployment to GitHub Pages with local validation.

9|2|Updated Nov 28, 2025
One-click install
npx skills add https://github.com/mjunaidca/robolearn --skill docusaurus-deployer-mjunaidca
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docusaurus-deployer
Source: https://github.com/mjunaidca/robolearn/tree/main/.claude/skills/engineering/docusaurus-deployer
Command: npx skills add https://github.com/mjunaidca/robolearn --skill docusaurus-deployer-mjunaidca

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates building, validating, and deploying Docusaurus sites to GitHub Pages with local validation.

Core Features & Use Cases

  • Local validation of config and content
  • Build and test pipelines, GitHub Actions deployment
  • Deployment to GitHub Pages with optional custom domains

Quick Start

Set up local validation, run build, and push to trigger GitHub Pages deployment.

Frequently Asked Questions about docusaurus-deployer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Docusaurus deployment to GitHub Pages?

Automate Docusaurus deployment to GitHub Pages by setting up local validation of your config and content, running builds and tests locally, then configuring GitHub Actions to trigger deployment on push. This Skill handles the full end-to-end pipeline including repository setup and workflow configuration.

Can I validate my Docusaurus site before deploying to GitHub Pages?

Yes. Local validation of Docusaurus configuration and content runs before CI/CD triggers, catching errors early. The Skill performs local build and testing to verify your site works before any deployment attempt.

What's required to set up CI/CD automation for Docusaurus with GitHub Actions?

Set up GitHub Actions workflows that automate your Docusaurus build and deployment pipeline. This Skill configures the workflow files and repository settings needed to deploy automatically to GitHub Pages when you push changes.

Does Docusaurus deployment support custom domains on GitHub Pages?

Yes. Docusaurus deployment to GitHub Pages supports optional custom domain configuration. This Skill handles both standard GitHub Pages hosting and custom domain setup during deployment.

Why validate Docusaurus builds locally before triggering CI/CD?

Local validation catches configuration errors, build failures, and content issues before CI/CD runs, reducing failed deployments and saving build time. This Skill performs validation and testing steps locally to verify readiness for automated deployment.