[PR #865] [MERGED] Enable EPUB build in Quarto #6196

Closed
opened 2026-04-21 22:08:53 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/865
Author: @hzeljko
Created: 6/12/2025
Status: Merged
Merged: 6/12/2025
Merged by: @profvjreddi

Base: devHead: epub


📝 Commits (2)

  • 5e61c9b Enable EPUB build in Quarto
  • 162483b Fix iframe allowfullscreen for EPUB

📊 Changes

3 files changed (+53 additions, -40 deletions)

View changed files

📝 .github/workflows/quarto-build.yml (+42 -39)
📝 _quarto.yml (+6 -0)
📝 index.qmd (+5 -1)

📄 Description

Added 'format: epub' to quarto.yml and updated quarto-build.yml to support EPUB rendering via GitHub Actions.

Before submitting your Pull Request, please review and complete the items on this checklist.

  • The text has been proofread for grammar and spelling errors.
  • All images, figures, and tables render properly without any glitches.
  • All images have a source or they are properly linked to external sites.
  • The chapter's formatting is consistent with the rest of the book.
  • The chapter has been locally built and tested using Quarto.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/harvard-edge/cs249r_book/pull/865 **Author:** [@hzeljko](https://github.com/hzeljko) **Created:** 6/12/2025 **Status:** ✅ Merged **Merged:** 6/12/2025 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `dev` ← **Head:** `epub` --- ### 📝 Commits (2) - [`5e61c9b`](https://github.com/harvard-edge/cs249r_book/commit/5e61c9b77570fab4c7a99b33a008a1abe8cc4607) Enable EPUB build in Quarto - [`162483b`](https://github.com/harvard-edge/cs249r_book/commit/162483b28fd7cc63e9fcee1366349e80b0d6f556) Fix iframe allowfullscreen for EPUB ### 📊 Changes **3 files changed** (+53 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/quarto-build.yml` (+42 -39) 📝 `_quarto.yml` (+6 -0) 📝 `index.qmd` (+5 -1) </details> ### 📄 Description Added 'format: epub' to quarto.yml and updated quarto-build.yml to support EPUB rendering via GitHub Actions. Before submitting your Pull Request, please review and complete the items on this checklist. - [x] The text has been proofread for grammar and spelling errors. - [x] All images, figures, and tables render properly without any glitches. - [x] All images have a source or they are properly linked to external sites. - [x] The chapter's formatting is consistent with the rest of the book. - [x] The chapter has been locally built and tested using Quarto. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-21 22:08:54 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/cs249r_book#6196