attempt to fix gh workflow
This commit is contained in:
parent
1e7d7c4e28
commit
65cd6a17b3
1 changed files with 5 additions and 2 deletions
7
.github/workflows/documentation.yml
vendored
7
.github/workflows/documentation.yml
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue