Skip to content

Commit

Permalink
chore(docs-gen): remove out dir from index
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelovicentegc committed Dec 14, 2023
1 parent af6ece7 commit 3614cda
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ echo "Loading index_manager and grabbing path to first html file"
source index_manager.sh
FIRST_HTML_FILE=$(find_first_html_file "$DOCS_DIRECTORY")

echo "Removing DOCS_DIRECTORY from FIRST_HTML_FILE path"
FIRST_HTML_FILE=${FIRST_HTML_FILE/$DOCS_DIRECTORY\//}

echo "Copying documentation to destination git repository"
ls -la "$DOCS_DIRECTORY"
cp -ra "$DOCS_DIRECTORY"/. "$CLONE_DIR"
Expand Down

0 comments on commit 3614cda

Please sign in to comment.