generated from ansys/template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix job dependency * Disable conditions and unwanted release steps * DL artifacts and add to rlelease * Fix paths * Revert "Disable conditions and unwanted release steps" This reverts commit 3afd2dc. * Fix condition for dev docs deploy * Update documentation path * Remove extra args in gh release
- Loading branch information
1 parent
c3cde40
commit db34b91
Showing
2 changed files
with
17 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,11 +65,23 @@ jobs: | |
- uses: actions/download-artifact@v3 | ||
with: | ||
name: ansys-grantami-bomanalytics-wheel | ||
path: ~/dist | ||
path: dist | ||
|
||
- uses: actions/download-artifact@v3 | ||
with: | ||
name: Documentation-pdf | ||
path: dist | ||
|
||
- uses: actions/download-artifact@v3 | ||
with: | ||
name: Documentation-html | ||
path: dist/documentation-html/ | ||
|
||
- name: "Compressing HTML documentation" | ||
uses: vimtor/[email protected] | ||
with: | ||
files: dist/documentation-html/ | ||
dest: dist/documentation-html.zip | ||
|
||
- name: "Deploy stable documentation" | ||
uses: pyansys/actions/doc-deploy-stable@v4 | ||
|
@@ -92,6 +104,6 @@ jobs: | |
with: | ||
generate_release_notes: true | ||
files: | | ||
~/**/*.whl | ||
./**/*.zip | ||
dist/*.whl | ||
dist/documentation-html.zip | ||
dist/*.pdf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ license = "MIT" | |
authors = ["ANSYS, Inc."] | ||
maintainers = ["PyAnsys Maintainers <[email protected]>"] | ||
repository = "https://github.com/pyansys/grantami-bomanalytics" | ||
documentation = "https://grantami.docs.pyansys.com" | ||
documentation = "https://bomanalytics.grantami.docs.pyansys.com" | ||
readme = "README.rst" | ||
keywords = [ | ||
"Ansys", | ||
|