Skip to content

Commit

Permalink
change order
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyIsYog committed Aug 25, 2023
1 parent d5b4480 commit 8148014
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,16 @@ jobs:
exit 1
fi
git config user.name "DannyIsYog"
git config user.email "fabiodaniel.2000@gmail.com"
cd dist
git init
git add --all
git commit -m 'deploy'
git config user.email "fabiodaniel.2000@gmail.com"
git config user.name "DannyIsYog"
git remote add origin git@github.com:DannyIsYog/gamedev-portfolio.git
git push -f origin master:gh-pages
Expand Down

0 comments on commit 8148014

Please sign in to comment.