File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 4242 tags : registry.webix.io/kanban-docs-alt:${{ steps.vars.outputs.short_ref }}
4343
4444 - run : curl "https://docs.dhtmlx.com/hooks/restart-docker?token=${{ secrets.RESTART_TOKEN }}&project=docs-kanban-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
51+
52+ - name : Wait for Deployment
53+ run : sleep 30
54+
55+ - name : Algolia Crawler Creation and Crawl
56+ 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/kanban/'
63+ crawler-name : ' Kanban Docs Crawler'
64+ override-config : true
You can’t perform that action at this time.
0 commit comments