Skip to content

Commit a3d716d

Browse files
fix: change site-url to a more generic example (#502)
1 parent ed40639 commit a3d716d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/vercel_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
crawler-api-key: ${{ secrets.CRAWLER_API_KEY }}
2121
algolia-app-id: ${{ secrets.ALGOLIA_APP_ID }}
2222
algolia-api-key: ${{ secrets.ALGOLIA_API_KEY }}
23-
site-url: 'https://algoliasearch-crawler-github-actions.vercel.app/'
23+
site-url: 'https://crawler.algolia.com/test-website/'
2424
override-config: true

0 commit comments

Comments
 (0)