Skip to content

Commit 71c734c

Browse files
Merge branch 'main' into dependabot/github_actions/ansys/actions-8
2 parents 7284876 + 7994e9d commit 71c734c

File tree

4 files changed

+3
-9
lines changed

4 files changed

+3
-9
lines changed

.github/workflows/ci_cd.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,6 @@ jobs:
5454
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
5555
dev-mode: true
5656

57-
branch-name:
58-
if: github.event_name == 'pull_request'
59-
name: Check the name of the branch
60-
runs-on: ubuntu-latest
61-
steps:
62-
- name: Check branch name
63-
uses: ansys/actions/branch-name-style@v8
64-
6557
docs-style:
6658
name: Documentation Style Check
6759
runs-on: ubuntu-latest
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
build(deps): bump ansys-sphinx-theme from 1.0.11 to 1.1.2 in the doc-dependencies group

doc/changelog.d/159.maintenance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fix: Remove deprecated name checking action

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies = [
3333
[project.optional-dependencies]
3434
tests = ["pytest==8.3.3", "pytest-pyvista==0.1.9", "pytest-cov==5.0.0"]
3535
doc = [
36-
"ansys-sphinx-theme==1.0.11",
36+
"ansys-sphinx-theme==1.1.2",
3737
"jupyter_sphinx==0.5.3",
3838
"jupytext==1.16.4",
3939
"nbsphinx==0.9.5",

0 commit comments

Comments
 (0)