1
0
Fork 0

attempt to fix gh workflow

This commit is contained in:
Kim, Jimin 2021-08-15 09:25:19 +09:00
parent 65cd6a17b3
commit 8270baf13a

View file

@ -35,7 +35,7 @@ jobs:
node-version: '14.x' node-version: '14.x'
- uses: webfactory/ssh-agent@v0.5.3 - uses: webfactory/ssh-agent@v0.5.3
with: with:
ssh-private-key: ${{ secrets.GH_PAGES_DEPLOY }} ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Release to GitHub Pages - name: Release to GitHub Pages
env: env:
USE_SSH: true USE_SSH: true