Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronBrennan1 committed Sep 10, 2024
2 parents 664a04a + c1694b2 commit cdeec2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ mkdir -p "stable/tutorials/$(dirname "$HTML_FILE_PATH")"

# Copy the file to the target directory in the destination repository
echo "Copying the HTML file to the target directory..."
#cp "../$HTML_FILE_PATH" "stable/tutorials/$HTML_FILE_PATH"
cp "$HTML_FILE_PATH" "stable/tutorials/$FILE_PATH"
cp "$HTML_FILE_PATH" "stable/tutorials/$(basename "$HTML_FILE_PATH")"

# Add, commit and push the files to the destination repository
echo "Adding changes to git..."
git add .
Expand Down

0 comments on commit cdeec2e

Please sign in to comment.