Skip to content

Commit

Permalink
ci: try fix save page
Browse files Browse the repository at this point in the history
  • Loading branch information
Young-Lord authored Feb 9, 2024
1 parent 847b4b6 commit 014e0f6
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 @@ -105,6 +105,6 @@ jobs:
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: ${{ steps.changed-posts.outputs.all_changed_files }}
all_changed_files: ${{ fromJSON(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 014e0f6

Please sign in to comment.