File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff 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 :
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/
You can’t perform that action at this time.
0 commit comments