fixed argument order
This commit is contained in:
parent
db4b94d4c4
commit
4cd4416dfd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue