Skip to content

Commit

Permalink
Fix error when update SNS counts
Browse files Browse the repository at this point in the history
  • Loading branch information
Yusuke Kanazawa committed May 27, 2024
1 parent 84b08f5 commit 0ff436e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ jobs:
- name: Update SNS counts
run: |
echo '${{ secrets.GOOGLE_APPLICATION_CREDENTIALS_JSON }}' > google_application_credentials.json
~/bin/snssharecount > sns_count_cache.json
~/bin/snssharecount > temp.json
mv temp.json sns_count_cache.json
~/bin/ga > ga_cache.json
- name: Build with hexo
Expand Down

0 comments on commit 0ff436e

Please sign in to comment.