Skip to content

Commit 4ab0d63

Browse files
vars
Signed-off-by: Laurent Martin <laurent.martin.l@gmail.com>
1 parent ad36919 commit 4ab0d63

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

118120
These 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
156158
rake 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

0 commit comments

Comments
 (0)