Skip to content

Commit

Permalink
Exclude vendor to avoid crashing on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndpnt committed Apr 25, 2019
1 parent 441bd30 commit 583e00f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
- ./vendor/bundle
- $HOME/.local

# - run:
# name: Check Jekyll configuration
# command: bundle exec jekyll doctor # for an unknown reason, on CI: could not read file /home/circleci/project/vendor/bundle/ruby/2.5.0/gems/jekyll-3.8.5/lib/site_template/_posts/0000-00-00-welcome-to-jekyll.markdown.erb
- run:
name: Check Jekyll configuration
command: bundle exec jekyll doctor

- run:
name: Compile website
Expand Down
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ defaults:
exclude:
- README.md
- .circleci
- vendor

0 comments on commit 583e00f

Please sign in to comment.