Skip to content

Commit 9888d4b

Browse files
committed
Debugging
1 parent 75948b2 commit 9888d4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
run: |
3131
invoke docs
3232
BRANCH_OR_TAG=${GITHUB_REF##*/}
33+
echo "Detected branch/tag: $BRANCH_OR_TAG"
3334
if [ $BRANCH_OR_TAG = "master" ]; then
3435
BRANCH_OR_TAG="latest"
3536
fi;

0 commit comments

Comments
 (0)