Skip to content

Commit 3446b76

Browse files
committed
logging deploy docs
1 parent 5fb4331 commit 3446b76

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ jobs:
7171
LATEST_TAG="$DOCS_TAG"
7272
fi
7373
74+
echo "Latest package tag: ${PKG_TAG:-<none>}"
75+
echo "Latest docs tag: ${DOCS_TAG:-<none>}"
76+
echo "Building stable docs from: ${LATEST_TAG:-<none>}"
77+
7478
echo "tag=$LATEST_TAG" >> $GITHUB_OUTPUT
7579
echo "exists=$([[ -n $LATEST_TAG ]] && echo true || echo false)" >> $GITHUB_OUTPUT
7680

0 commit comments

Comments
 (0)