Skip to content

Commit

Permalink
fix: change site-url to a more generic example (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylantientcheu authored Oct 22, 2024
1 parent ed40639 commit a3d716d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/vercel_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
crawler-api-key: ${{ secrets.CRAWLER_API_KEY }}
algolia-app-id: ${{ secrets.ALGOLIA_APP_ID }}
algolia-api-key: ${{ secrets.ALGOLIA_API_KEY }}
site-url: 'https://algoliasearch-crawler-github-actions.vercel.app/'
site-url: 'https://crawler.algolia.com/test-website/'
override-config: true

0 comments on commit a3d716d

Please sign in to comment.