Skip to content

Commit

Permalink
add strict front matter checking
Browse files Browse the repository at this point in the history
  • Loading branch information
hamelsmu committed Apr 18, 2020
1 parent 6e27330 commit 37fc225
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Jekyll build
uses: docker://hamelsmu/fastpages-jekyll
with:
args: bash -c "gem install bundler && jekyll build -V"
args: bash -c "gem install bundler && jekyll build -V --strict_front_matter"
env:
JEKYLL_ENV: 'production'

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ services:
- .:/data/
command: >
bash -c "gem install bundler
&& jekyll serve --trace"
&& jekyll serve --trace --strict_front_matter"

0 comments on commit 37fc225

Please sign in to comment.