Skip to content

Commit da42a9d

Browse files
Bump version 0.7.2 with correct workflow
1 parent 79fce9e commit da42a9d

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
needs: doc-deploy-development
6767
steps:
6868
- name: "Deploy stable documentation"
69-
uses: pyansys/actions/doc-deploy-stable@v1
69+
uses: pyansys/actions/doc-deploy-stable@main
7070
with:
7171
cname: ${{ env.DOCUMENTATION_CNAME }}
7272
token: ${{ secrets.GITHUB_TOKEN }}

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 22.3.0
3+
rev: 22.10.0
44
hooks:
55
- id: black
66

@@ -9,13 +9,13 @@ repos:
99
hooks:
1010
- id: isort
1111

12-
- repo: https://gitlab.com/PyCQA/flake8
13-
rev: 3.9.2
12+
- repo: https://github.com/PyCQA/flake8
13+
rev: 5.0.4
1414
hooks:
1515
- id: flake8
1616

1717
- repo: https://github.com/codespell-project/codespell
18-
rev: v2.1.0
18+
rev: v2.2.2
1919
hooks:
2020
- id: codespell
2121

@@ -26,13 +26,13 @@ repos:
2626
additional_dependencies: [toml]
2727

2828
- repo: https://github.com/pre-commit/pre-commit-hooks
29-
rev: v4.2.0
29+
rev: v4.3.0
3030
hooks:
3131
- id: check-merge-conflict
3232
- id: debug-statements
3333

3434
# this validates our github workflow files
3535
- repo: https://github.com/python-jsonschema/check-jsonschema
36-
rev: 0.15.0
36+
rev: 0.19.1
3737
hooks:
3838
- id: check-github-workflows

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,10 @@ include = [
5555
]
5656

5757
[project.urls]
58-
Home = "https://dev.docs.ansys.com/"
58+
Home = "https://sphinxdocs.ansys.com/"
5959
Source = "https://github.com/ansys/ansys-sphinx-theme"
6060
Tracker = "https://github.com/ansys/ansys-sphinx-theme/issues"
61+
Documentation = "https://sphinxdocs.ansys.com/"
6162

6263
[tool.black]
6364
line-length = 100

0 commit comments

Comments
 (0)