diff --git a/.github/workflows/syncBranches.yml b/.github/workflows/syncBranches.yml index 8db33e1..d736bf1 100644 --- a/.github/workflows/syncBranches.yml +++ b/.github/workflows/syncBranches.yml @@ -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 diff --git a/README.md b/README.md index 8af6719..8cc2ce2 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ curl -LO santilococo.github.io/CocoASAIS and then ```bash -sh ./CocoASAIS +sh CocoASAIS ``` ## Contributing