Skip to content

Commit

Permalink
fix: pages 배포 충돌이슈 해결을 위한 workflow 강제 푸시
Browse files Browse the repository at this point in the history
  • Loading branch information
Jian-Nam committed Dec 3, 2024
1 parent ca33edc commit 4ffa344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
git checkout -b dist || git checkout dist
git add .
git commit -m "Moved files from TRANS_HYPE to root"
git push origin dist
git push --force origin dist

0 comments on commit 4ffa344

Please sign in to comment.