File tree Expand file tree Collapse file tree 2 files changed +0
-18
lines changed
Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -192,20 +192,6 @@ jobs:
192192 if [ $ERROR_CODE -ne 0 ]; then echo "expected an error code 0 and got $ERROR_CODE instead"; exit 1; fi
193193 echo "test completed with the expected error code: 0"
194194
195- build_mkdocs :
196- docker :
197- - image : circleci/python:3.6.4
198- working_directory : ~/workdir
199- steps :
200- - attach_workspace :
201- at : ~/workdir
202- - run :
203- name : install dependencies
204- command : sudo pip install -r requirements.txt
205- - run :
206- name : build mkdocs
207- command : mkdocs build
208-
209195workflows :
210196 version : 2
211197 compile_test_deploy :
@@ -220,9 +206,6 @@ workflows:
220206 context : CodacyCircleCI
221207 requires :
222208 - codacy/checkout_and_version
223- - build_mkdocs :
224- requires :
225- - codacy/checkout_and_version
226209 - codacy/sbt :
227210 name : scalafmt_and_compile
228211 cmd : sbt "scalafmtCheckAll;scalafmtSbtCheck;test:compile;it:compile"
Original file line number Diff line number Diff line change 11* @ codacy/toss
2- /docs / @ codacy/techwriters
You can’t perform that action at this time.
0 commit comments