changed single quote to double quote
This commit is contained in:
parent
86f7423b82
commit
db4b94d4c4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
|||
|
||||
- name: Deploy
|
||||
run: |
|
||||
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"
|
||||
mv ./setup.py ./index.html # overwrite index.html
|
||||
git commit -ma "auto deploy from workflow"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue