Skip to content

Commit 6127750

Browse files
authored
Docco to explain DEBUG_STEPS
1 parent 05dd61c commit 6127750

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pelican/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ runs:
7474
# disable stdout unless debug is on
7575
if [ "${{ inputs.debug }}" == 'true' ]
7676
then
77+
# This envvar is used within build-cmark.sh
7778
DEBUG_STEPS=1; export DEBUG_STEPS
7879
else
7980
exec >/dev/null

0 commit comments

Comments
 (0)