Skip to content

Commit 39365f5

Browse files
authored
Add tree command to show extracted mkdocs structure
Added a command to display the directory structure after extraction. Signed-off-by: Eric Deandrea <[email protected]>
1 parent 6747565 commit 39365f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/scripts/get-current-gh-pages.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ if [ -n "$ARTIFACT_ID" ] && [ "$ARTIFACT_ID" != "null" ]; then
1616
unzip -o artifact.zip -d /tmp/pages-artifact
1717
ls -la /tmp/pages-artifact
1818
tar -xvf /tmp/pages-artifact/artifact.tar -C docs/build/mkdocs
19+
tree docs/build/mkdocs
1920

2021
echo "Successfully extracted existing pages"
2122
else

0 commit comments

Comments
 (0)