diff --git a/.github/workflows/typesense-scrape.yml b/.github/workflows/typesense-scrape.yml index 1b71dfa69..d40e02598 100644 --- a/.github/workflows/typesense-scrape.yml +++ b/.github/workflows/typesense-scrape.yml @@ -11,7 +11,7 @@ jobs: image: python:3 volumes: - ${{ github.workspace }}/:/data - options: python -m http.server --directory /data + options: --entrypoint "python -m http.server --directory /data" ports: - 8000:8000 runs-on: ubuntu-latest