Skip to content

Commit e5b7a19

Browse files
committed
chore: remove 'docs' and 'v-docs' jobs from CircleCI configuration to streamline workflow
1 parent 79c7b41 commit e5b7a19

File tree

1 file changed

+0
-58
lines changed

1 file changed

+0
-58
lines changed

.circleci/config.yml

Lines changed: 0 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -179,36 +179,6 @@ jobs:
179179
paths:
180180
- '*/storybook-s2/'
181181

182-
docs:
183-
executor: rsp
184-
steps:
185-
- restore_cache:
186-
key: react-spectrum-{{ .Environment.CACHE_VERSION }}-{{ .Environment.CIRCLE_SHA1 }}
187-
188-
- run:
189-
name: build docs
190-
command: make website
191-
192-
- persist_to_workspace:
193-
root: dist
194-
paths:
195-
- '*/docs/'
196-
197-
docs-production:
198-
executor: rsp
199-
steps:
200-
- restore_cache:
201-
key: react-spectrum-{{ .Environment.CACHE_VERSION }}-{{ .Environment.CIRCLE_SHA1 }}
202-
203-
- run:
204-
name: build docs
205-
command: make website-production
206-
207-
- persist_to_workspace:
208-
root: dist
209-
paths:
210-
- '*/docs/'
211-
212182
verdaccio:
213183
executor: rsp
214184
steps:
@@ -231,28 +201,6 @@ jobs:
231201
paths:
232202
- storage
233203

234-
v-docs:
235-
executor: rsp
236-
steps:
237-
- restore_cache:
238-
key: react-spectrum-{{ .Environment.CACHE_VERSION }}-{{ .Environment.CIRCLE_SHA1 }}
239-
240-
- attach_workspace:
241-
at: /tmp/verdaccio-workspace
242-
243-
- run:
244-
name: build docs off verdaccio
245-
command: |
246-
./scripts/verdaccio-ci.sh
247-
./scripts/verdaccio-build.sh
248-
environment:
249-
VERDACCIO_STORAGE_PATH: /tmp/verdaccio-workspace/storage
250-
251-
- persist_to_workspace:
252-
root: verdaccio_dist
253-
paths:
254-
- '*/verdaccio/docs'
255-
256204
v-rsp-cra-18:
257205
executor: rsp
258206
steps:
@@ -522,18 +470,12 @@ workflows:
522470
- typecheck-docs:
523471
requires:
524472
- install
525-
- docs:
526-
requires:
527-
- install
528473
- verdaccio:
529474
filters:
530475
branches:
531476
only: main
532477
requires:
533478
- install
534-
- v-docs:
535-
requires:
536-
- verdaccio
537479
- v-rsp-cra-18:
538480
requires:
539481
- verdaccio

0 commit comments

Comments
 (0)