Skip to content

Commit a1760e6

Browse files
committed
Update Docker version and adjust artifact handling in deploy.yml
1 parent 64a2f55 commit a1760e6

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@ permissions:
1111

1212
env:
1313
INSTANCE: Writerside/ccs
14-
ARTIFACT: webHelpCCS2-all.zip
15-
DOCKER_VERSION: 2025.03.8312
14+
DOCKER_VERSION: 2025.04.8412
1615

17-
ALGOLIA_ARTIFACT: algolia-indexes-CCS.zip
1816
ALGOLIA_APP_NAME: C86V8LU863
1917
ALGOLIA_INDEX_NAME: docs_cast_crafter_community_server
2018
ALGOLIA_KEY: ${{ secrets.ALGOLIA_KEY }}
@@ -56,16 +54,15 @@ jobs:
5654
uses: JetBrains/writerside-github-action@v4
5755
with:
5856
instance: ${{ env.INSTANCE }}
59-
artifact: ${{ env.ARTIFACT }}
6057
docker-version: ${{ env.DOCKER_VERSION }}
6158
- name: Save artifact with build results
6259
uses: actions/upload-artifact@v4
6360
with:
6461
name: docs
6562
path: |
66-
artifacts/${{ env.ARTIFACT }}
63+
artifacts/${{ steps.define-ids.outputs.artifact }}
6764
artifacts/report.json
68-
artifacts/${{ env.ALGOLIA_ARTIFACT }}
65+
artifacts/${{ steps.define-ids.outputs.algolia_artifact }}
6966
retention-days: 7
7067

7168
test:

0 commit comments

Comments
 (0)