Skip to content

Commit

Permalink
Fix the failing book publish CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
grief8 authored and tatetian committed Apr 2, 2024
1 parent 54109e7 commit bdf5e3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:
env:
BOOK_PUBLISH_KEY: ${{ secrets.BOOK_PUBLISH_KEY }}
run: |
echo "$BOOK_PUBLISH_KEY " > ./book_publish_key
echo "$BOOK_PUBLISH_KEY\n" > ./book_publish_key
chmod 600 ./book_publish_key
ssh-keygen -y -f ./book_publish_key > /dev/null
ssh-keyscan -t rsa github.com >> ./known_hosts
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
Expand Down

0 comments on commit bdf5e3a

Please sign in to comment.