Skip to content

Commit e4892d0

Browse files
authored
ENH:add workflow in confid.yml
1 parent 4b90b71 commit e4892d0

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.circleci/config.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,19 @@ jobs:
2222
- store_artifacts:
2323
path: _site_preview
2424

25-
25+
workflows:
26+
version: 2
27+
commit:
28+
jobs:
29+
- build
30+
nightly:
31+
triggers:
32+
- schedule:
33+
cron: "0 13 * * 6"
34+
filters:
35+
branches:
36+
only:
37+
- mkdocs
38+
39+
jobs:
40+
- build

0 commit comments

Comments
 (0)