deploy

Render Quarto .qmd slides to HTML and sync them to GitHub Pages.

1|1|Updated Apr 30, 2026
One-click install
npx skills add https://github.com/xashgg/claude-code-my-workflow-codex --skill deploy-xashgg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy
Source: https://github.com/xashgg/claude-code-my-workflow-codex/tree/main/.codex/skills/deploy
Command: npx skills add https://github.com/xashgg/claude-code-my-workflow-codex --skill deploy-xashgg

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, quarto, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of rendering Quarto slides and syncing them to GitHub Pages, eliminating the need for manual deployment steps.

Core Features & Use Cases

  • Automated Slide Rendering: Automatically renders Quarto slides into HTML.
  • Syncing to GitHub Pages: Synchronizes the rendered slides to the appropriate GitHub Pages directory.
  • Use Case: Simplifies the process of publishing lecture slides and research findings to the web without manual intervention.

Quick Start

Deploy the slides for "Lecture4" to GitHub Pages using the command 'deploy Lecture4'.

Frequently Asked Questions about deploy

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

FAQPage Schema
How do I automate Quarto slide deployment to GitHub Pages?

You can automate Quarto slide deployment to GitHub Pages by rendering .qmd files to HTML and syncing them directly to the designated GitHub Pages directory using a simple command like 'deploy Lecture4'.

Do I need Git and Quarto installed to publish slides to GitHub Pages?

Yes, you need both Git and Quarto installed locally. This Skill relies on Quarto to render the .qmd files into HTML and Git to synchronize the rendered output to your GitHub Pages repository.

What is the best way to publish academic lecture slides to the web without manual intervention?

The best way to publish academic lecture slides without manual intervention is using an automated rendering and syncing workflow that converts Quarto .qmd files to HTML and pushes them directly to GitHub Pages.

Can I use this automated deployment for research findings and academic publishing?

Yes, this automated deployment is designed for academic publishing workflows. It simplifies publishing research findings and lecture slides by rendering Quarto documents and syncing them directly to GitHub Pages.

How does rendering .qmd files to HTML for GitHub Pages work?

Rendering .qmd files to HTML for GitHub Pages works by using Quarto to process the source slides and then synchronizing the resulting HTML output to the appropriate GitHub Pages directory for web hosting.