diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 1900873..a64824a 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -1,8 +1,3 @@ -# This workflow uses actions that are not certified by GitHub. -# They are provided by a third-party and are governed by -# separate terms of service, privacy policy, and support -# documentation. - # Sample workflow for building and deploying a Jekyll site to GitHub Pages name: Deploy Jekyll site to Pages @@ -104,6 +99,7 @@ jobs: _posts/*.md fetch_depth: 5 quotepath: false + safe_output: false # use all_changed_files - name: Save Page if: steps.changed-posts.outputs.all_changed_files != '[]' && steps.changed-posts.outputs.all_changed_files != ''