Skip to content

Commit 1d827b5

Browse files
authored
fix:update config.yml
1 parent 5cf4208 commit 1d827b5

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

.circleci/config.yml

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,6 @@
11
version: 2.1
22

3-
parameters:
4-
GHA_Actor:
5-
type: string
6-
default: ""
7-
GHA_Action:
8-
type: string
9-
default: ""
10-
GHA_Event:
11-
type: string
12-
default: ""
13-
GHA_Meta:
14-
type: string
15-
default: ""
3+
164

175
jobs:
186
build:
@@ -33,9 +21,5 @@ jobs:
3321
mkdocs build --site-dir _site_preview
3422
- store_artifacts:
3523
path: _site_preview
36-
workflows:
37-
build:
38-
when: << pipeline.parameters.GHA_Action >>
39-
jobs:
40-
- build
24+
4125

0 commit comments

Comments
 (0)