File tree 1 file changed +4
-17
lines changed
1 file changed +4
-17
lines changed Original file line number Diff line number Diff line change 18
18
ARTIFACT : webHelpTL2-all.zip
19
19
# Writerside docker image version
20
20
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
24
21
25
22
jobs :
26
23
build :
29
26
steps :
30
27
- name : Checkout Repository
31
28
uses : actions/checkout@v4
29
+ with :
30
+ fetch-depth : 0
32
31
33
32
- name : Build Docs
34
33
uses : JetBrains/writerside-github-action@v4
41
40
uses : actions/upload-artifact@v4
42
41
with :
43
42
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 }}
55
44
retention-days : 7
56
45
57
46
# Add the job below and artifacts/report.json on Upload documentation step
87
76
name : docs
88
77
89
78
- 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
93
80
94
81
- name : Setup Pages
95
82
uses : actions/configure-pages@v4
You can’t perform that action at this time.
0 commit comments