mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-06 17:49:07 -05:00
[GH-ISSUE #789] Create a Release.yml workflow #4201
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @profvjreddi on GitHub (Apr 1, 2025).
Original GitHub issue: https://github.com/harvard-edge/cs249r_book/issues/789
Originally assigned to: @profvjreddi on GitHub.
Currently, when I publish a new release to the website and PDF, I do it manually by going from
devtomain, then togh-pages. Ideally, I should automate this process so that I can manually trigger a workflow that performs all these steps and publishes automatically. It should also fail if the build encounters an error at any point.@profvjreddi commented on GitHub (Aug 23, 2025):
Resolved in
bb106965and related: Release automation implemented