Skip to content

Commit

Permalink
fixup! Add deployment to GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
flip1995 committed Jan 24, 2020
1 parent f251027 commit e729716
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
git commit -m "Automatic deploy to GitHub Pages: ${SHA}"
echo ${{ secrets.DEPLOY_KEY }} > .github/deploy_key
chmod 600 .github/deploy_key
eval "$(ssh-agent -s)"
ssh-add .github/deploy_key
Expand Down

0 comments on commit e729716

Please sign in to comment.