File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,8 @@ permissions:
1111
1212env :
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 :
You can’t perform that action at this time.
0 commit comments