diff --git a/.github/workflows/algolia.yml b/.github/workflows/algolia.yml index 7a1bc07..0f6e12a 100644 --- a/.github/workflows/algolia.yml +++ b/.github/workflows/algolia.yml @@ -16,7 +16,6 @@ jobs: - name: Run Docker image run: | - apt install jq -y cat algolia_config.json | jq -r tostring # docker run -it -e APPLICATION_ID=$APPLICATION_ID -e API_KEY=$API_KEY -e "CONFIG=$(cat algolia_config.json | jq -r tostring)" algolia/docsearch-scraper \ No newline at end of file