Skip to content

Commit

Permalink
Add method for replacing the mesh
Browse files Browse the repository at this point in the history
  • Loading branch information
greschd committed Jul 9, 2024
1 parent 7949116 commit 6e867af
Show file tree
Hide file tree
Showing 3 changed files with 127 additions and 94 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:
MAIN_PYTHON_VERSION: "3.12"
PACKAGE_NAME: "ansys-acp-core"
DOCUMENTATION_CNAME: "acp.docs.pyansys.com"
API_BRANCH: ${{ github.event.inputs.api_branch || '' }}
API_BRANCH: ${{ github.event.inputs.api_branch || 'feat/adaptive_mesh_workflow' }}
DOCKER_IMAGE_NAME: "ghcr.io/ansys/acp${{ github.event.inputs.docker_image_suffix || ':latest' }}"

concurrency:
Expand Down
Loading

0 comments on commit 6e867af

Please sign in to comment.