Skip to content

Commit 797e301

Browse files
committed
correct circleci line-break formatting
1 parent 6fec214 commit 797e301

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.circleci/config.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
- run:
3535
name: Install parsons
3636
command: |
37-
uv sync \\
38-
--upgrade \\
39-
--no-default-groups \\
40-
--group docs \\
37+
uv sync \
38+
--upgrade \
39+
--no-default-groups \
40+
--group docs \
4141
--all-extras
4242
4343
- save_cache:
@@ -48,9 +48,9 @@ jobs:
4848
- run:
4949
name: Build docs
5050
command: |
51-
uv sync \\
52-
--no-default-groups \\
53-
--group docs \\
51+
uv sync \
52+
--no-default-groups \
53+
--group docs \
5454
--all-extras
5555
5656
cd docs/
@@ -77,10 +77,10 @@ jobs:
7777
npm set prefix=/home/circleci/npm
7878
npm install -g --silent gh-pages@2.0.1
7979
80-
uv sync \\
81-
--upgrade \\
82-
--no-default-groups \\
83-
--group docs \\
80+
uv sync \
81+
--upgrade \
82+
--no-default-groups \
83+
--group docs \
8484
--all-extras
8585
8686
- save_cache:
@@ -100,9 +100,9 @@ jobs:
100100
# (This file tell Github Pages that we want to include all files in docs/, including those
101101
# that start with an underscore like _static/).
102102
command: |
103-
uv sync \\
104-
--no-default-groups \\
105-
--group docs \\
103+
uv sync \
104+
--no-default-groups \
105+
--group docs \
106106
--all-extras
107107
108108
cd docs/

0 commit comments

Comments
 (0)