We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12ee670 commit b952242Copy full SHA for b952242
.github/workflows/ci_cd.yml
@@ -35,7 +35,7 @@ jobs:
35
vale-version: "2.29.6"
36
37
smoke-tests:
38
- name: Build and Smoke tests
+ name: Build wheelhouse with target all and perform smoke tests
39
runs-on: ${{ matrix.os }}
40
strategy:
41
fail-fast: false
@@ -224,7 +224,7 @@ jobs:
224
.\doc\make.bat clean
225
.\doc\make.bat html
226
227
- - name: Upload HTML documentation without examples artifact
+ - name: Upload HTML documentation with examples artifact
228
uses: actions/upload-artifact@v3
229
with:
230
name: documentation-examples-html
0 commit comments