1
0
Fork 0

attempt to fix gh workflow

This commit is contained in:
Kim, Jimin 2021-08-15 10:11:17 +09:00
parent acfc46bec8
commit 337957b52a

View file

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