Skip to content

Commit

Permalink
print config
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaiblaga89 committed Apr 10, 2024
1 parent 2245e51 commit 40ce461
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/next.yml
Expand Up @@ -35,13 +35,12 @@ jobs:
run: |
url="$(vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }})"
vercel alias --token=${{ secrets.VERCEL_TOKEN }} --scope=${{ secrets.VERCEL_ORG_ID }} set "$url" docs-next.renative.org
- name: test curl
run: curl https://docs-next.renative.org/sitemap.xml | head -n 1
- name: Update Algolia index
uses: addnab/docker-run-action@v3
with:
image: algolia/docsearch-scraper
options: --env-file=algolia.env
run: |
curl https://docs-next.renative.org/sitemap.xml | head -n 1
CONFIG='${{ steps.scraper_config.outputs.scraper_config }}' pipenv run python -m src.index
export CONFIG='${{ steps.scraper_config.outputs.scraper_config }}'
echo $CONFIG
pipenv run python -m src.index

0 comments on commit 40ce461

Please sign in to comment.