Skip to content

Commit ba4cad0

Browse files
committed
Show package name and version for every build
1 parent c6c2f43 commit ba4cad0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/multiversion-pdoc-wrapper

+2-2
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export VERSIONS
144144
export PACKAGENAME
145145

146146
run_pdoc() {
147-
echo -e "\n⭐⭐⭐ Generating docs for version [$CUR_VERSION]..."
147+
echo -e "\n⭐⭐⭐ Generating docs for [$PACKAGENAME@$CUR_VERSION]..."
148148
# git reset -- .
149149
git checkout -- .
150150

@@ -174,7 +174,7 @@ run_pdoc() {
174174
OUTPUT="$DOCS_BASEDIR/$PACKAGENAME/$CUR_VERSION"
175175
# echo "Output directory: [$OUTPUT]"
176176
mkdir -p "$OUTPUT"
177-
echo "🏗 Running pdoc ⏳ ..."
177+
echo "🏗 Running pdoc for $PACKAGENAME@$CUR_VERSION ⏳ ..."
178178
$PDOC \
179179
--template-directory "$PDOC_TEMPLATES" \
180180
--output-directory "$OUTPUT" \

0 commit comments

Comments
 (0)