diff --git a/.github/workflows/gather_hubspot_data.yml b/.github/workflows/gather_hubspot_data.yml index dd42c88..c5cb03b 100644 --- a/.github/workflows/gather_hubspot_data.yml +++ b/.github/workflows/gather_hubspot_data.yml @@ -26,4 +26,4 @@ jobs: -v ${{ github.workspace }}:/workspaces/insight \ -w /workspaces/insight/backend \ latest-image \ - poetry run python src/dashboard/src/scripts/hubspot_to_s3.py + poetry run python src/dashboard/scripts/hubspot_to_s3.py