Fix typo and delete chmod in gh-pages
This commit is contained in:
parent
bd1c39d5fa
commit
17059d815c
|
@ -38,7 +38,6 @@ jobs:
|
|||
git config --local user.name "$(git log --format=%an | head -n 1)"
|
||||
git config --local user.email "$(git log --format=%ae | head -n 1)"
|
||||
mv cocoArtifact/install.sh index.html
|
||||
chmod +x index.html
|
||||
rm -rf cocoArtifact
|
||||
if [ ! -z "$(git status --porcelain)" ]; then
|
||||
git add index.html
|
||||
|
|
Loading…
Reference in New Issue