Skip to content

Commit 1dee1f9

Browse files
committed
doc: Remove documentation references
1 parent 030d204 commit 1dee1f9

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

.circleci/config.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff 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-
209195
workflows:
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"

.github/CODEOWNERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
* @codacy/toss
2-
/docs/ @codacy/techwriters

0 commit comments

Comments
 (0)