Skip to content

Commit

Permalink
Next attempt at starting the python server
Browse files Browse the repository at this point in the history
  • Loading branch information
tronical committed Sep 26, 2024
1 parent 790ce68 commit 32f9a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/typesense-scrape.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 32f9a35

Please sign in to comment.