We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71470c8 + e1d3e9a commit 2a5fc46Copy full SHA for 2a5fc46
.github/workflows/ci.yml
@@ -558,10 +558,10 @@ jobs:
558
559
- uses: actions/download-artifact@v3
560
561
- - name: 'Download the previously generated coverage reports'
+ - name: 'Download the HTML as a zip'
562
uses: dawidd6/action-download-artifact@v2
563
with:
564
- name: documentation-html.zip
+ name: documentation-html
565
skip_unpack: true
566
github_token: ${{secrets.GITHUB_TOKEN}}
567
@@ -576,7 +576,7 @@ jobs:
576
./**/*.tar.gz
577
./**/*pymapdl-Documentation-*.pdf
578
./**/*.zip
579
- ./*documentation-html*.zip
+ ./**/*documentation-html*.zip
580
581
- name: Upload to Public PyPi
582
env:
0 commit comments