Fix typo and delete chmod in gh-pages

This commit is contained in:
Santiago Lo Coco 2021-12-23 22:57:48 -03:00
parent bd1c39d5fa
commit 17059d815c
2 changed files with 1 additions and 2 deletions

View File

@ -38,7 +38,6 @@ jobs:
git config --local user.name "$(git log --format=%an | head -n 1)" git config --local user.name "$(git log --format=%an | head -n 1)"
git config --local user.email "$(git log --format=%ae | head -n 1)" git config --local user.email "$(git log --format=%ae | head -n 1)"
mv cocoArtifact/install.sh index.html mv cocoArtifact/install.sh index.html
chmod +x index.html
rm -rf cocoArtifact rm -rf cocoArtifact
if [ ! -z "$(git status --porcelain)" ]; then if [ ! -z "$(git status --porcelain)" ]; then
git add index.html git add index.html

View File

@ -18,7 +18,7 @@ curl -LO santilococo.github.io/CocoASAIS
and then and then
```bash ```bash
sh ./CocoASAIS sh CocoASAIS
``` ```
## Contributing <a name="contributing"></a> ## Contributing <a name="contributing"></a>