1
0
Fork 0

fixed argument order

This commit is contained in:
Kim, Jimin 2022-01-28 11:42:24 +09:00
parent db4b94d4c4
commit 4cd4416dfd

View file

@ -39,5 +39,5 @@ jobs:
git config --local user.email "developomp@users.noreply.github.com" git config --local user.email "developomp@users.noreply.github.com"
git config --local user.name "developomp" git config --local user.name "developomp"
mv ./setup.py ./index.html # overwrite index.html mv ./setup.py ./index.html # overwrite index.html
git commit -ma "auto deploy from workflow" git commit -am "auto deploy from workflow"
git push git push