Skip to content

Commit 1f52203

Browse files
committed
debug javadoc.yml
1 parent 1b014be commit 1f52203

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/javadoc.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@ jobs:
6666
# TAG="${GITHUB_REF_NAME}"
6767
TAG="9.0.0-rc"
6868
VERSION_DIR="docs/${TAG}"
69-
echo $VERSION_DIR
69+
echo "$VERSION_DIR"
7070
rm -rf "gh-pages/${VERSION_DIR}"
7171
mkdir -p "gh-pages/${VERSION_DIR}"
7272
SRC_DIR="target/reports/apidocs/"
7373
echo $SRC_DIR
74-
if [ -d $SRC_DIR ]; then
75-
echo $SRC_DIR exists."
74+
if [ -d "$SRC_DIR" ]; then
75+
echo "$SRC_DIR exists."
7676
else
77-
echo $SRC_DIR does not exist."
77+
echo "$SRC_DIR does not exist."
7878
fi
7979
cp -r target/reports/apidocs/ "gh-pages/${VERSION_DIR}/"
8080

0 commit comments

Comments
 (0)