Skip to content

Commit e729716

Browse files
committed
fixup! Add deployment to GHA
1 parent f251027 commit e729716

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
git commit -m "Automatic deploy to GitHub Pages: ${SHA}"
7171
7272
echo ${{ secrets.DEPLOY_KEY }} > .github/deploy_key
73+
chmod 600 .github/deploy_key
7374
eval "$(ssh-agent -s)"
7475
ssh-add .github/deploy_key
7576

0 commit comments

Comments
 (0)