File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -23,31 +23,31 @@ permissions:
23
23
jobs :
24
24
25
25
doc-style :
26
- name : " Check documentation style"
26
+ name : Check documentation style
27
27
runs-on : ubuntu-latest
28
28
steps :
29
- - name : " Check documentation style"
29
+ - name : Check documentation style
30
30
uses : ansys/actions/doc-style@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
31
31
with :
32
32
token : ${{ secrets.GITHUB_TOKEN }}
33
33
34
34
doc-build :
35
- name : " Build project documentation"
35
+ name : Build project documentation
36
36
runs-on : ubuntu-22.04
37
37
steps :
38
38
- name : Setup headless display
39
39
uses : pyvista/setup-headless-display-action@7d84ae825e6d9297a8e99bdbbae20d1b919a0b19 # v4.2
40
40
41
- - name : " Install mermaid-cli"
41
+ - name : Install mermaid-cli
42
42
run : npm install -g @mermaid-js/mermaid-cli
43
43
44
- - name : " Install GraphViz"
44
+ - name : Install GraphViz
45
45
shell : bash
46
46
run : |
47
47
sudo apt-get update
48
48
sudo apt-get install graphviz
49
49
50
- - name : " Build project documentation"
50
+ - name : Build project documentation
51
51
uses : ansys/actions/doc-build@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
52
52
with :
53
53
python-version : ${{ env.MAIN_PYTHON_VERSION }}
You can’t perform that action at this time.
0 commit comments