Skip to content

Commit 2067b1b

Browse files
committed
refactor: remove quotation mark
1 parent 2fa5670 commit 2067b1b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci_cd.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,31 +23,31 @@ permissions:
2323
jobs:
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 }}

0 commit comments

Comments
 (0)