Skip to content

Commit

Permalink
fix: jobs change
Browse files Browse the repository at this point in the history
  • Loading branch information
jaemin-s committed Nov 25, 2024
1 parent 25131ec commit e9469f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployToGithubPages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
git add .
git commit -m "deloy"
git remote add origin https://github.com/jaemin-s/jaemin-s.github.io.git
git push -f main
git push -f origin main
# - name: Deploy
# uses: peaceiris/actions-gh-pages@v3
# with:
Expand Down

0 comments on commit e9469f6

Please sign in to comment.