Skip to content

Commit c4054e1

Browse files
committed
MNT: make circle a placeholder
1 parent 63ede05 commit c4054e1

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

.circleci/config.yml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,11 @@ orbs:
55

66
jobs:
77
build_docs:
8-
docker:
9-
- image: koppor/texlive
108
steps:
119
- checkout
12-
- setup_remote_docker:
13-
docker_layer_caching: true
1410
- run:
15-
command: pip install -r requirements/requirements.txt
16-
name: Install Deps
17-
- run:
18-
name: Build cheatsheets and docs
19-
command: make all
20-
- persist_to_workspace:
21-
root: docs/_build/html
22-
paths: .
23-
- store_artifacts:
24-
path: docs/_build/html/
25-
11+
command: echo "placeholder"
12+
2613
workflows:
2714
main:
2815
jobs:

0 commit comments

Comments
 (0)