Skip to content

Commit

Permalink
More logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjan Dikhoff committed Oct 25, 2024
1 parent 2b70050 commit 80cd804
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ mkdir -p $SPHINX_DIR
echo "DUMMY FILE FOR TESTING: $DATE" > $SPHINX_DIR/test.html

echo "Cloning $LIVE_REPO $REPO_DIR"
git clone $LIVE_REPO $REPO_DIR
git clone -vvv $LIVE_REPO $REPO_DIR

cd $REPO_DIR
echo "Checking out $GIT_LIVE_BRANCH"
Expand Down Expand Up @@ -103,7 +103,7 @@ cp -r ../$SPHINX_DIR/* $BUILD_DIR

echo "Commit and push to $GIT_LIVE_BRANCH, with message $GIT_COMMIT_MESSAGE"
git add .
git commit --verbose --message "$GIT_COMMIT_MESSAGE"
git push --verbose --force
git commit -vvv --message "$GIT_COMMIT_MESSAGE"
git push -vvv --force

echo "Done. Made by @Craptain"

0 comments on commit 80cd804

Please sign in to comment.