Skip to content

Commit 6521fd3

Browse files
committed
Disable search
1 parent 8607920 commit 6521fd3

File tree

2 files changed

+2
-28
lines changed

2 files changed

+2
-28
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ env:
1818
ARTIFACT: webHelpTL2-all.zip
1919
# Writerside docker image version
2020
DOCKER_VERSION: '2025.04.8412'
21-
ALGOLIA_ARTIFACT: 'algolia-indexes-TL.zip'
22-
ALGOLIA_APP_NAME: 'CZXH99BXN1'
23-
ALGOLIA_INDEX_NAME: 'Writerside'
24-
ALGOLIA_KEY: '${{ secrets.ALGOLIA_KEY }}'
2521
CONFIG_JSON_PRODUCT: 'TL'
2622
CONFIG_JSON_VERSION: '1.0'
2723

@@ -87,25 +83,3 @@ jobs:
8783
- name: Deploy to GitHub Pages
8884
id: deployment
8985
uses: actions/deploy-pages@v4
90-
91-
publish-indexes:
92-
needs: [build, test, deploy]
93-
runs-on: ubuntu-latest
94-
container:
95-
image: registry.jetbrains.team/p/writerside/builder/algolia-publisher:2.0.32-3
96-
steps:
97-
- name: Download artifact
98-
uses: actions/download-artifact@v4
99-
with:
100-
name: docs
101-
- name: Unzip artifact
102-
run: |
103-
unzip -O UTF-8 -qq '${{ env.ALGOLIA_ARTIFACT }}' -d algolia-indexes
104-
env algolia-key='${{env.ALGOLIA_KEY}}' java -jar /opt/builder/help-publication-agent.jar \
105-
update-index \
106-
--application-name '${{env.ALGOLIA_APP_NAME}}' \
107-
--index-name '${{env.ALGOLIA_INDEX_NAME}}' \
108-
--product '${{env.CONFIG_JSON_PRODUCT}}' \
109-
--version '${{env.CONFIG_JSON_VERSION}}' \
110-
--index-directory algolia-indexes/ \
111-
2>&1 | tee algolia-update-index-log.txt

Writerside/cfg/buildprofiles.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
<contribute-url>https://github.com/php-type-language/docs/blob/master/Writerside/</contribute-url>
2727
<custom-css>custom.css</custom-css>
2828

29-
<algolia-id>CZXH99BXN1</algolia-id>
29+
<!--<algolia-id>CZXH99BXN1</algolia-id>
3030
<algolia-index>Writerside</algolia-index>
31-
<algolia-api-key>70b2d5249859c00508d22cb54c52eeee</algolia-api-key>
31+
<algolia-api-key>70b2d5249859c00508d22cb54c52eeee</algolia-api-key>-->
3232
</variables>
3333

3434
<icons>

0 commit comments

Comments
 (0)