bumped version and changed variable names
This commit is contained in:
parent
33db49887e
commit
0ef82998bf
1 changed files with 4 additions and 3 deletions
7
.github/workflows/documentation.yml
vendored
7
.github/workflows/documentation.yml
vendored
|
@ -33,16 +33,17 @@ jobs:
|
|||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: '14.x'
|
||||
- uses: webfactory/ssh-agent@v0.5.0
|
||||
- uses: webfactory/ssh-agent@v0.5.3
|
||||
with:
|
||||
ssh-private-key: ${{ secrets.GH_PAGES_DEPLOY }}
|
||||
- name: Release to GitHub Pages
|
||||
env:
|
||||
USE_SSH: true
|
||||
GIT_USER: git
|
||||
GIT_USER: developomp
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
git config --global user.email "developomp@github.com"
|
||||
git config --global user.name "llama-bot"
|
||||
git config --global user.name "developomp"
|
||||
if [ -e yarn.lock ]; then
|
||||
yarn install --frozen-lockfile
|
||||
elif [ -e package-lock.json ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue