Skip to content

Commit

Permalink
Merge branch 'main' into release/0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcapodi78 authored and maxcapodi78 committed Aug 31, 2022
2 parents 8e174f3 + bd05c1f commit 46bfdb3
Show file tree
Hide file tree
Showing 48 changed files with 19,077 additions and 355 deletions.
3 changes: 0 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ updates:
insecure-external-code-execution: allow
schedule:
interval: "daily"
labels:
- "maintenance"
- "dependencies"

- package-ecosystem: "github-actions"
directory: "/"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
$begin 'Models'
$end 'Models'
Loading

0 comments on commit 46bfdb3

Please sign in to comment.