File tree Expand file tree Collapse file tree 2 files changed +2
-28
lines changed Expand file tree Collapse file tree 2 files changed +2
-28
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments