This is an automated email from the ASF dual-hosted git repository.
wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-docs.git
The following commit(s) were added to refs/heads/main by this push:
new c0eb61f Enable debug mode in Pelican build workflow
c0eb61f is described below
commit c0eb61f6d14d0ba297e4c38ba102ee85f8f24e87
Author: Dave Fisher <[email protected]>
AuthorDate: Sun Nov 30 10:14:38 2025 -0800
Enable debug mode in Pelican build workflow
---
.github/workflows/build-pelican.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/build-pelican.yml
b/.github/workflows/build-pelican.yml
index 3dd9264..faa172f 100644
--- a/.github/workflows/build-pelican.yml
+++ b/.github/workflows/build-pelican.yml
@@ -24,4 +24,5 @@ jobs:
with:
# This must be appropriate for the branch being built
destination: 'asf-site'
+ debug: 'true'
gfm: 'true'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]