Skip to content

Commit

Permalink
pass config as env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaiblaga89 committed Apr 10, 2024
1 parent 896f4f9 commit 376b033
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/next.yml
Expand Up @@ -39,5 +39,5 @@ jobs:
uses: addnab/docker-run-action@v3
with:
image: algolia/docsearch-scraper
options: --env-file=algolia.env -e CONFIG='${{ toJson(steps.scraper_config.outputs.scraper_config) }}'
run: pipenv run python -m src.index
options: --env-file=algolia.env
run: CONFIG='${{ toJson(steps.scraper_config.outputs.scraper_config) }}' pipenv run python -m src.index

0 comments on commit 376b033

Please sign in to comment.