-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into release/0.5
- Loading branch information
Showing
48 changed files
with
19,077 additions
and
355 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
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 |
---|---|---|
|
@@ -41,7 +41,7 @@ jobs: | |
run: | | ||
make -C doc phtml | ||
touch doc/_build/html/.nojekyll | ||
echo "dev.aedtdocs.pyansys.com" >> doc/_build/html/CNAME | ||
echo "dev.aedt.docs.pyansys.com" >> doc/_build/html/CNAME | ||
- name: Upload Documentation | ||
uses: actions/upload-artifact@v3 | ||
|
@@ -54,7 +54,7 @@ jobs: | |
uses: JamesIves/[email protected] | ||
with: | ||
repository-name: pyansys/pyaedt-dev-docs | ||
branch: master | ||
branch: gh-pages | ||
folder: doc/_build/html/ | ||
token: ${{ steps.get_workflow_token.outputs.token }} | ||
clean: true | ||
|
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 |
---|---|---|
|
@@ -63,8 +63,8 @@ jobs: | |
cd tmp | ||
python -c "import pyaedt; print('Imported pyaedt')" | ||
- name: "Check licences of packages" | ||
uses: pyansys/pydpf-actions/[email protected] | ||
# - name: "Check licences of packages" | ||
# uses: pyansys/pydpf-actions/[email protected] | ||
|
||
- name: 'Unit testing' | ||
run: | | ||
|
Binary file not shown.
2 changes: 2 additions & 0 deletions
2
_unittest/example_models/T11/coax_setup_231.aedb/stride/model.index
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
$begin 'Models' | ||
$end 'Models' |
Oops, something went wrong.