deploy

Deploy Slides to GitHub Pages

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "deploy" with this command: npx skills add pedrohcgs/claude-code-my-workflow/pedrohcgs-claude-code-my-workflow-deploy

Deploy Slides to GitHub Pages

Render Quarto slides and sync all files to docs/ for GitHub Pages deployment.

Steps

Run the sync script:

  • If $ARGUMENTS is provided (e.g., "Lecture4"): ./scripts/sync_to_docs.sh $ARGUMENTS

  • If no argument: ./scripts/sync_to_docs.sh (syncs all lectures)

Verify deployment:

  • Check that HTML files exist in docs/slides/

  • Check that _files/ directories were copied (RevealJS assets)

  • Check that docs/Figures/ was synced from Figures/

Verify interactive charts (if applicable):

  • Grep rendered HTML for interactive widget count

  • Confirm count matches expected

Verify TikZ SVGs (if applicable):

  • Check that all referenced SVG files exist in docs/Figures/LectureN/

Open in browser for visual verification:

  • open docs/slides/LectureX_Name.html # macOS

  • xdg-open docs/slides/LectureX_Name.html

    Linux

  • Confirm slides render, images display, navigation works

Report results to the user

What the sync script does:

  • Renders all .qmd files in Quarto/ (skips _backup files)

  • Copies HTML and _files/ directories to docs/slides/

  • Copies Beamer PDFs from Slides/ to docs/slides/

  • Syncs Figures/ to docs/Figures/ using rsync

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

review-paper

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

data-analysis

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

create-lecture

No summary provided by upstream source.

Repository SourceNeeds Review