Skip to content

Commit

Permalink
Update jekyll.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Young-Lord authored Feb 9, 2024
1 parent e6a21f0 commit 0c88e3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,12 @@ jobs:
fetch_depth: 5
quotepath: false
safe_output: false
escape_json: false
# use all_changed_files
- name: Save Page
if: steps.changed-posts.outputs.all_changed_files != '[]' && steps.changed-posts.outputs.all_changed_files != ''
run: python .github/workflows/save_page.py
env:
all_changed_files: ${{ fromJSON(steps.changed-posts.outputs.all_changed_files) }}
all_changed_files: ${{ steps.changed-posts.outputs.all_changed_files }}
SAVEPAGENOW_ACCESS_KEY: ${{ secrets.SAVEPAGENOW_ACCESS_KEY }}
SAVEPAGENOW_SECRET_KEY: ${{ secrets.SAVEPAGENOW_SECRET_KEY }}

0 comments on commit 0c88e3e

Please sign in to comment.