We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78169aa commit 9f99249Copy full SHA for 9f99249
.circleci/config.yml
@@ -5,24 +5,11 @@ orbs:
5
6
jobs:
7
build_docs:
8
- docker:
9
- - image: koppor/texlive
10
steps:
11
- checkout
12
- - setup_remote_docker:
13
- docker_layer_caching: true
14
- 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
-
+ command: echo "placeholder"
+
26
workflows:
27
main:
28
0 commit comments