File tree Expand file tree Collapse file tree 1 file changed +4
-17
lines changed
Expand file tree Collapse file tree 1 file changed +4
-17
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 : 242.21870
21- # Add the variable below to upload Algolia indexes
22- # Replace HI with the ID of the instance in capital letters
23- ALGOLIA_ARTIFACT : algolia-indexes-TL.zip
2421
2522jobs :
2623 build :
2926 steps :
3027 - name : Checkout Repository
3128 uses : actions/checkout@v4
29+ with :
30+ fetch-depth : 0
3231
3332 - name : Build Docs
3433 uses : JetBrains/writerside-github-action@v4
4140 uses : actions/upload-artifact@v4
4241 with :
4342 name : docs
44- path : |
45- artifacts/${{ env.ARTIFACT }}
46- artifacts/report.json
47- retention-days : 7
48-
49- # Add the step below to upload Algolia indexes
50- - name : Upload Search Indexes
51- uses : actions/upload-artifact@v4
52- with :
53- name : algolia-indexes
54- path : artifacts/${{ env.ALGOLIA_ARTIFACT }}
43+ path : artifacts/${{ env.ARTIFACT }}
5544 retention-days : 7
5645
5746 # Add the job below and artifacts/report.json on Upload documentation step
8776 name : docs
8877
8978 - name : Unzip Artifact
90- uses : montudor/action-zip@v1
91- with :
92- args : unzip -qq ${{ env.ARTIFACT }} -d dir
79+ run : unzip -O UTF-8 -qq ${{ env.ARTIFACT }} -d dir
9380
9481 - name : Setup Pages
9582 uses : actions/configure-pages@v4
You can’t perform that action at this time.
0 commit comments