We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dec675 commit b136932Copy full SHA for b136932
.circleci/config.yml
@@ -3,15 +3,14 @@ jobs:
3
build:
4
docker:
5
- image: martinthomson/i-d-template:latest
6
- resource_class: small
7
working_directory: ~/draft
8
9
steps:
10
- run:
11
name: "Print Configuration"
12
command: |
13
xml2rfc --version
14
- gem list -q kramdown-rfc
+ gem list -q kramdown-rfc2629
15
echo -n 'mmark '; mmark --version
16
17
- restore_cache:
@@ -43,7 +42,7 @@ jobs:
43
42
# Build txt and html versions of drafts
44
45
name: "Build Drafts"
46
- command: make
+ command: "make 'CLONE_ARGS=--reference ~/git-reference'"
47
48
# Update editor's copy on gh-pages
49
@@ -98,4 +97,4 @@ workflows:
98
97
- build:
99
filters:
100
tags:
101
- only: /.*?/
+ only: /.*?/
0 commit comments