Skip to content

Commit 07f8867

Browse files
committed
algolia fix
1 parent 46448fb commit 07f8867

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.github/workflows/main.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -44,22 +44,22 @@ jobs:
4444
- run: curl "https://docs.dhtmlx.com/hooks/restart-docker?token=${{ secrets.RESTART_TOKEN }}&project=docs-diagram-alt-${{ steps.vars.outputs.short_ref }}"
4545

4646
algolia-crawl:
47-
runs-on: ubuntu-latest
48-
needs: build
49-
steps:
50-
- name: Checkout Repo
51-
uses: actions/checkout@v4
47+
runs-on: ubuntu-latest
48+
needs: build
49+
steps:
50+
- name: Checkout Repo
51+
uses: actions/checkout@v4
5252

53-
- name: Wait for Deployment
54-
run: sleep 30
53+
- name: Wait for Deployment
54+
run: sleep 30
5555

56-
- name: Algolia Crawler Creation and Crawl
57-
uses: algolia/[email protected]
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/diagram/'
64-
crawler-name: 'Diagram Docs Crawler'
65-
override-config: true
56+
- name: Algolia Crawler Creation and Crawl
57+
uses: algolia/[email protected]
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/diagram/'
64+
crawler-name: 'Diagram Docs Crawler'
65+
override-config: true

0 commit comments

Comments
 (0)