docusaurus-deployer

Automate Docusaurus site deployment to GitHub Pages with CI/CD workflows.

Updated Dec 10, 2025
One-click install
npx skills add https://github.com/khanaleema/PhysicalAI-Book --skill docusaurus-deployer-khanaleema
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docusaurus-deployer
Source: https://github.com/khanaleema/PhysicalAI-Book/tree/main/.gemini/skills/docusaurus-deployer
Command: npx skills add https://github.com/khanaleema/PhysicalAI-Book --skill docusaurus-deployer-khanaleema

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates building and deploying Docusaurus sites to GitHub Pages with local validation, CI/CD workflow setup, and deployment verification.

Core Features & Use Cases

  • Project Analysis & Validation: Inspects Docusaurus structure, config, and sidebars locally.
  • Local Build & Test: Builds and serves locally to catch issues before publish.
  • GitHub Pages Setup: Configures deployment settings and Pages integration.
  • CI/CD Automation: Provides a GitHub Actions workflow for automated deployment.
  • Deployment Verification: Confirms successful deployment and site accessibility.

Quick Start

  • "Validate and deploy a Docusaurus site to GitHub Pages, with local validation first."

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 validating your project locally, configuring GitHub Pages settings, and generating a CI/CD workflow. This Skill coordinates repository setup, builds and tests your site locally, then deploys automatically on commit.

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

Yes. Local validation checks your Docusaurus configuration, sidebars, type checking, and builds the site to catch issues before GitHub Pages publication. This prevents broken deployments and accessibility problems.

What's the best way to set up CI/CD for Docusaurus on GitHub Pages?

Use GitHub Actions to automate deployment. This Skill generates a workflow that builds your Docusaurus project and publishes to GitHub Pages on every commit, eliminating manual deployment steps.

Does Docusaurus work with user, organization, and project GitHub Pages?

Yes. This Skill handles all three GitHub Pages types: user/organization pages and project pages, adjusting configuration and deployment settings for each repository structure.

How do I verify my Docusaurus site deployed successfully to GitHub Pages?

Deployment verification confirms successful publication and site accessibility after GitHub Pages publishes your build. This catches broken links, missing assets, and accessibility issues.