File tree Expand file tree Collapse file tree 1 file changed +18
-19
lines changed Expand file tree Collapse file tree 1 file changed +18
-19
lines changed Original file line number Diff line number Diff line change @@ -42,24 +42,23 @@ jobs:
4242 tags : registry.webix.io/suite-docs-alt:${{ steps.vars.outputs.short_ref }}
4343
4444 - run : curl "https://docs.dhtmlx.com/hooks/restart-docker?token=${{ secrets.RESTART_TOKEN }}&project=docs-suite-alt-${{ steps.vars.outputs.short_ref }}"
45+ algolia-crawl :
46+ runs-on : ubuntu-latest
47+ needs : build
48+ steps :
49+ - name : Checkout Repo
50+ uses : actions/checkout@v4
4551
46- algolia-crawl :
47- runs-on : ubuntu-latest
48- needs : build
49- steps :
50- - name : Checkout Repo
51- uses : actions/checkout@v4
52-
53- - name : Wait for Deployment
54- run : sleep 30
52+ - name : Wait for Deployment
53+ run : sleep 30
5554
56- - name : Algolia Crawler Creation and Crawl
57- uses : algolia/algoliasearch-crawler-github-actions@v1.0.10
58- with :
59- crawler-user-id : ${{ secrets.CRAWLER_USER_ID }}
60- crawler-api-key : ${{ secrets.CRAWLER_API_KEY }}
61- algolia-app-id : ${{ secrets.ALGOLIA_APP_ID }}
62- algolia-api-key : ${{ secrets.ALGOLIA_API_KEY }}
63- site-url : ' https://docs.dhtmlx.com/suite/'
64- crawler-name : ' Suite Docs Crawler'
65- override-config : true
55+ - name : Algolia Crawler Creation and Crawl
56+ uses : algolia/algoliasearch-crawler-github-actions@v1.0.10
57+ with :
58+ crawler-user-id : ${{ secrets.CRAWLER_USER_ID }}
59+ crawler-api-key : ${{ secrets.CRAWLER_API_KEY }}
60+ algolia-app-id : ${{ secrets.ALGOLIA_APP_ID }}
61+ algolia-api-key : ${{ secrets.ALGOLIA_API_KEY }}
62+ site-url : ' https://docs.dhtmlx.com/suite/'
63+ crawler-name : ' Suite Docs Crawler'
64+ override-config : true
You can’t perform that action at this time.
0 commit comments