Skip to content

Commit

Permalink
action fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfiex committed Oct 2, 2024
1 parent 16eff2b commit 2995f1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2995f1e

Please sign in to comment.