diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 86d6c11..9d3194c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -54,10 +54,10 @@ jobs: echo "No local changes to commit." fi - # git checkout production + git checkout production - # # Remove files and directories from the production branch - # git rm -r --ignore-unmatch */* + # Remove files and directories from the production branch + git rm -r --ignore-unmatch */* git checkout main -- site