Skip to content

Commit

Permalink
Merge branch 'main' into release/0.64
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Jan 18, 2023
2 parents 44b3ae3 + 1f73894 commit 71470c8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,13 @@ jobs:

- uses: actions/download-artifact@v3

- name: 'Download the previously generated coverage reports'
uses: dawidd6/action-download-artifact@v2
with:
name: documentation-html.zip
skip_unpack: true
github_token: ${{secrets.GITHUB_TOKEN}}

- name: Display structure of downloaded files
run: ls -R

Expand All @@ -567,8 +574,9 @@ jobs:
files: |
./**/*.whl
./**/*.tar.gz
./**/*.pdf
./**/*pymapdl-Documentation-*.pdf
./**/*.zip
./*documentation-html*.zip
- name: Upload to Public PyPi
env:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ doc = [
"sphinxcontrib-websupport==1.2.4",
"sphinxemoji==0.2.0",
"vtk==9.2.5",
"sphinxcontrib-googleanalytics @ git+https://github.com/sphinx-contrib/googleanalytics.git",
"sphinxcontrib-googleanalytics==0.4",
]

[tool.flit.module]
Expand Down

0 comments on commit 71470c8

Please sign in to comment.