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 f1cfaaf commit 16eff2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: 3.8 # Choose the Python version you need

- name: Cache dependencies
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.cache/pip
Expand Down 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 16eff2b

Please sign in to comment.