Skip to content

Commit

Permalink
CI: Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys committed Mar 14, 2024
1 parent 12ee670 commit b952242
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
vale-version: "2.29.6"

smoke-tests:
name: Build and Smoke tests
name: Build wheelhouse with target all and perform smoke tests
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
.\doc\make.bat clean
.\doc\make.bat html
- name: Upload HTML documentation without examples artifact
- name: Upload HTML documentation with examples artifact
uses: actions/upload-artifact@v3
with:
name: documentation-examples-html
Expand Down

0 comments on commit b952242

Please sign in to comment.