Skip to content

Commit 925f26e

Browse files
committed
Actualize deploy pipeline
1 parent 9439307 commit 925f26e

File tree

1 file changed

+4
-17
lines changed

1 file changed

+4
-17
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ env:
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

2522
jobs:
2623
build:
@@ -29,6 +26,8 @@ jobs:
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
@@ -41,17 +40,7 @@ jobs:
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
@@ -87,9 +76,7 @@ jobs:
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

0 commit comments

Comments
 (0)