Skip to content

Commit

Permalink
Clear cached site files on deploy.
Browse files Browse the repository at this point in the history
  • Loading branch information
WesleyAC committed Sep 6, 2021
1 parent d6e02d8 commit 1433f13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/deploy.sh
Expand Up @@ -25,6 +25,8 @@ if ! git diff --exit-code > /dev/null; then
exit 1
fi

echo "removing old site files..."
rm -rf ./out/site/
echo "building site..."
./bin/build/build.py
if [[ "$YOLO_MODE" ]]; then
Expand Down

0 comments on commit 1433f13

Please sign in to comment.