Skip to content

Commit

Permalink
list out docsite contents pre-publish
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Trevino <chtrevin@microsoft.com>
  • Loading branch information
darthtrevino committed Jul 29, 2024
1 parent bdaf04d commit 5578fce
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/generate_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,9 @@ echo "<html>
<meta http-equiv="'"'"refresh"'"'" content="'"'"0; url=./${STABLE_VERSION}"'"'" />
</head>
</html>" > ${DOCS_ROOT}/index.html

echo "Docsite ready, listing contents..."

find ${DOCS_ROOT}

echo "finished generate_contents.sh"

0 comments on commit 5578fce

Please sign in to comment.