We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 021fdbb commit 01428baCopy full SHA for 01428ba
1 file changed
circle.yml
@@ -1,18 +1,16 @@
1
machine:
2
ruby:
3
- version: 2.3.1
+ version: 2.2.3
4
5
dependencies:
6
pre:
7
- - rvm use ruby-2.2.4
8
- - gem install jekyll
9
- - gem install bundler
+ - bundle exec jekyll build
10
11
general:
12
artifacts:
13
- "./_site"
14
15
test:
16
- override:
17
- - bundle install
+ post:
18
- bundle exec jekyll build
+ - bundle exec htmlproof ./_site --only-4xx --href-ignore "#"
0 commit comments