File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -114,6 +114,8 @@ The following environment variables and macros control specific build behaviors:
114114| ` ENABLE_COVERAGE ` | set/unset | Enables test coverage analysis when defined. |
115115| ` SIGNING_KEY ` | File path | Path to the signing key used for building the gem file. |
116116| ` SIGNING_KEY_PEM ` | PEM Value | The PEM content of the signing key. |
117+ | ` DRY_RUN ` | ` 1 ` | Simulates execution without performing actual operations (git, gh commands). |
118+ | ` DEBUG ` | ` 1 ` | Shows stack trace on errors during documentation generation. |
117119
118120These values can be set as standard environment variables or passed directly to the ` rake ` command.
119121
@@ -156,7 +158,7 @@ tlmgr install fvextra selnolig lualatex-math
156158rake doc:check_links
157159```
158160
159- - Debug the generation process: ` ASPERA_CLI_DOC_DEBUG=debug ` .
161+ - Debug the generation process: ` DEBUG=1 ` .
160162
161163- Build the documentation:
162164
You can’t perform that action at this time.
0 commit comments