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:
2323jobs :
2424
2525 doc-style :
26- name : " Check documentation style"
26+ name : Check documentation style
2727 runs-on : ubuntu-latest
2828 steps :
29- - name : " Check documentation style"
29+ - name : Check documentation style
3030 uses : ansys/actions/doc-style@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
3131 with :
3232 token : ${{ secrets.GITHUB_TOKEN }}
3333
3434 doc-build :
35- name : " Build project documentation"
35+ name : Build project documentation
3636 runs-on : ubuntu-22.04
3737 steps :
3838 - name : Setup headless display
3939 uses : pyvista/setup-headless-display-action@7d84ae825e6d9297a8e99bdbbae20d1b919a0b19 # v4.2
4040
41- - name : " Install mermaid-cli"
41+ - name : Install mermaid-cli
4242 run : npm install -g @mermaid-js/mermaid-cli
4343
44- - name : " Install GraphViz"
44+ - name : Install GraphViz
4545 shell : bash
4646 run : |
4747 sudo apt-get update
4848 sudo apt-get install graphviz
4949
50- - name : " Build project documentation"
50+ - name : Build project documentation
5151 uses : ansys/actions/doc-build@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
5252 with :
5353 python-version : ${{ env.MAIN_PYTHON_VERSION }}
You can’t perform that action at this time.
0 commit comments