File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1313
1414env :
1515 CRAWLER_ID : 740ca24d-65fd-4f25-b397-16ebcec2f7fd
16+ CRAWLER_USER_ID : ${{ secrets.CRAWLER_USER_ID }}
17+ CRAWLER_API_KEY : ${{ secrets.CRAWLER_API_KEY }}
1618
1719permissions :
1820 contents : read
@@ -89,12 +91,12 @@ jobs:
8991
9092 steps :
9193 - name : " Algolia Start Crawl"
92- continue-on-error : true
94+ if : ${{ !cancelled() }}
9395 uses : cssnr/web-request-action@v1
9496 with :
9597 url : https://crawler.algolia.com/api/1/crawlers/${{ env.CRAWLER_ID }}/reindex
96- username : ${{ secrets .CRAWLER_USER_ID }}
97- password : ${{ secrets .CRAWLER_API_KEY }}
98+ username : ${{ env .CRAWLER_USER_ID }}
99+ password : ${{ env .CRAWLER_API_KEY }}
98100
99101 - name : " Send Post-Deploy Notification"
100102 if : ${{ failure() }}
Original file line number Diff line number Diff line change @@ -18,3 +18,7 @@ summary {
1818 display : inline-block;
1919 margin-right : 8px ;
2020}
21+
22+ .search-keywords {
23+ display : none;
24+ }
You can’t perform that action at this time.
0 commit comments