Skip to content

Commit

Permalink
doc: Remove documentation references
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklem committed Nov 29, 2022
1 parent 030d204 commit 1dee1f9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
17 changes: 0 additions & 17 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,20 +192,6 @@ jobs:
if [ $ERROR_CODE -ne 0 ]; then echo "expected an error code 0 and got $ERROR_CODE instead"; exit 1; fi
echo "test completed with the expected error code: 0"
build_mkdocs:
docker:
- image: circleci/python:3.6.4
working_directory: ~/workdir
steps:
- attach_workspace:
at: ~/workdir
- run:
name: install dependencies
command: sudo pip install -r requirements.txt
- run:
name: build mkdocs
command: mkdocs build

workflows:
version: 2
compile_test_deploy:
Expand All @@ -220,9 +206,6 @@ workflows:
context: CodacyCircleCI
requires:
- codacy/checkout_and_version
- build_mkdocs:
requires:
- codacy/checkout_and_version
- codacy/sbt:
name: scalafmt_and_compile
cmd: sbt "scalafmtCheckAll;scalafmtSbtCheck;test:compile;it:compile"
Expand Down
1 change: 0 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
* @codacy/toss
/docs/ @codacy/techwriters

0 comments on commit 1dee1f9

Please sign in to comment.