Skip to content

Commit

Permalink
Update action
Browse files Browse the repository at this point in the history
  • Loading branch information
umonkey committed Dec 13, 2024
1 parent 39c5a51 commit 2981b65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:

- name: Clone pages
run: |
git config --global user.email "[email protected]"
git config --global user.name "GitHub Actions"
gh repo clone umonkey/umonkey.github.io v2
rm -rf v2/*
cp -R frontend-v2/build/* v2/
Expand Down

0 comments on commit 2981b65

Please sign in to comment.