1
0
Fork 0

attempt to fix gh workflow

This commit is contained in:
Kim, Jimin 2021-08-15 09:34:17 +09:00
parent 8270baf13a
commit a6cc2a3c5f

View file

@ -33,9 +33,10 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: '14.x'
- uses: webfactory/ssh-agent@v0.5.3
- uses: shimataro/ssh-key-action@v2
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
known_hosts: github.com
- name: Release to GitHub Pages
env:
USE_SSH: true