Skip to content

Commit 4614e5f

Browse files
authored
Merge pull request #22 from mathstuf/debug-nightly-failure
prepare-doc: list available directories
2 parents 947624a + eb258ea commit 4614e5f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/prepare-doc.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,10 @@ EOF
8787

8888
if [ "$PARAVIEW_DOC_UPLOAD" = "true" ]; then
8989
cd "${WORK_DIR}/paraview-docs/"
90+
ls
9091

9192
if [ "$UPDATE_LATEST" = "true" ]; then
93+
ls "$VERSION/"
9294
cp -r "$VERSION/*" latest/
9395
fi
9496

0 commit comments

Comments
 (0)