Skip to content

Commit

Permalink
clean and patch
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfiex authored Dec 12, 2023
1 parent e60bf71 commit 4710997
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,12 @@ jobs:

# Remove files and directories from the production branch
# git rm -r --ignore-unmatch */*
rm -rf *
git add -A
git commit -m "Clear content"

git checkout main -- 'site/*'

git checkout main -- site/
git add -A
git commit -m "Content update"
# git mv site docs
Expand Down

0 comments on commit 4710997

Please sign in to comment.