Skip to content

Commit 0875c88

Browse files
committed
.circleci: rename job from build to doc-build
1 parent 1988a34 commit 0875c88

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.circleci/config.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
version: 2
77

88
jobs:
9-
build:
9+
doc-build:
1010
docker:
1111
- image: riot/riotbuild
1212
steps:
@@ -17,3 +17,9 @@ jobs:
1717
cp -R doc/doxygen/html /doc
1818
- store_artifacts:
1919
path: /doc
20+
21+
workflows:
22+
version: 2
23+
doc-build:
24+
jobs:
25+
- doc-build

0 commit comments

Comments
 (0)