Skip to content

Commit

Permalink
Add --strict_front_matter option to build process
Browse files Browse the repository at this point in the history
  • Loading branch information
webrian committed Feb 12, 2024
1 parent d2d2aa9 commit cedcd8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-pages-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ jobs:
cache-version: 0

- name: Build website with Jekyll
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" --strict_front_matter
env:
JEKYLL_ENV: production
JEKYLL_LOG_LEVEL: warn

- name: Copy the files to the server using rsync
uses: burnett01/[email protected]
Expand Down

0 comments on commit cedcd8a

Please sign in to comment.