We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cf4208 commit 1d827b5Copy full SHA for 1d827b5
.circleci/config.yml
@@ -1,18 +1,6 @@
1
version: 2.1
2
3
-parameters:
4
- GHA_Actor:
5
- type: string
6
- default: ""
7
- GHA_Action:
8
9
10
- GHA_Event:
11
12
13
- GHA_Meta:
14
15
+
16
17
jobs:
18
build:
@@ -33,9 +21,5 @@ jobs:
33
21
mkdocs build --site-dir _site_preview
34
22
- store_artifacts:
35
23
path: _site_preview
36
-workflows:
37
- build:
38
- when: << pipeline.parameters.GHA_Action >>
39
- jobs:
40
- - build
24
41
25
0 commit comments