You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+2
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
9
9
### Added
10
10
11
11
* hexdoc now uses a custom `sys.excepthook` to hide unnecessary traceback frames, except in verbose mode.
12
+
* New reusable workflow input `site-url` to help support non-Pages deployments.
12
13
13
14
### Changed
14
15
15
16
* Adding spoilers to individual pages with the `advancement` field is now supported.
16
17
* Use [`uv`](https://github.com/astral-sh/uv) instead of `pip` for all reusable workflows.
18
+
*`hexdoc ci build` now attempts to read the site url from `HEXDOC_SITE_URL` and `GITHUB_PAGES_URL` environment variables before querying the GitHub API.
0 commit comments