1
0
Fork 0

attempt to fix gh workflow

This commit is contained in:
Kim, Jimin 2021-08-15 08:52:32 +09:00
parent 1e7d7c4e28
commit 65cd6a17b3

View file

@ -33,10 +33,13 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: '14.x'
- uses: webfactory/ssh-agent@v0.5.3
with:
ssh-private-key: ${{ secrets.GH_PAGES_DEPLOY }}
- name: Release to GitHub Pages
env:
GIT_USER: developomp
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
USE_SSH: true
GIT_USER: git
run: |
git config --global user.email "developomp@github.com"
git config --global user.name "developomp"