diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1520a972..c2f5f63d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,7 @@ jobs: - name: Build the website run: | bash ./build.sh - ./fixSearchIndex.swift + swift fixSearchIndex.swift - name: Configure AWS credentials id: cred uses: aws-actions/configure-aws-credentials@v1