Skip to content

Commit

Permalink
Project: Made the CI build job fail early for front matter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
revolter committed May 15, 2024
1 parent c91aedd commit ae5dddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
env:
NODE_ENV: production
- name: Build with Jekyll
run: bundle exec jekyll build --verbose --trace --baseurl '${{ steps.pages.outputs.base_path }}'
run: bundle exec jekyll build --verbose --trace --strict_front_matter --baseurl '${{ steps.pages.outputs.base_path }}'
env:
JEKYLL_ENV: production
- name: Upload artifact
Expand Down

0 comments on commit ae5dddf

Please sign in to comment.