We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc861f0 commit 5be80d4Copy full SHA for 5be80d4
.github/workflows/build-docs.yml
@@ -14,7 +14,7 @@ jobs:
14
env:
15
# where are my other scripts
16
#COMMUNITY_REF: "dc1cdacdbdda6e5ca1c5b836e130c2deb2d2fe62"
17
- COMMUNITY_REF : "d2fa84ee69e3741412afae466bf65454c85bea2b"
+ COMMUNITY_REF : "2ca3375e0095fbb1769681410e09e352322efef2"
18
# 9.6.0-rc5 - with MG fix
19
runs-on: ubuntu-22.04
20
permissions:
@@ -160,7 +160,7 @@ jobs:
160
if: ${{ !matrix.ln && !matrix.container && matrix.documentation }}
161
uses: actions/upload-artifact@v4
162
with:
163
- name: HPCC-DocSet
+ name: HPCC-DocSet_JIM
164
path: |
165
${{ needs.preamble.outputs.folder_build }}/docs/EN_US/EclipseHelp/*.zip
166
${{ needs.preamble.outputs.folder_build }}/docs/EN_US/HTMLHelp/*.zip
0 commit comments